#4b85c6

Color #4B85C6 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4B85C6

Tints of Havelock Blue #4B85C6

Color information

#4B85C6 (or 0x4B85C6) is unknown color: approx Havelock Blue. HEX triplet: 4B, 85 and C6. RGB value is (75,133,198). Sum of RGB (Red+Green+Blue) = 75+133+198=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B85C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B85C6 is #B47A39. Grayscale: #7A7A7A. Windows color (decimal): -11827770 or 13010251. OLE color: 13010251.

HSL color Cylindrical-coordinate representation of color #4B85C6: hue angle of 211.71º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B85C6 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB75133198-
CMYK0.620.3300.22
HSL211.71º51.9%53.53%-
HSV(B)211.71º62.12%77.65%-
XYZ21.4822.3556.61-
YUV123.07170.2893.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.47%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 198 (77.73% from 255) = 48.77%
R=18.47%
G=32.76%
B=48.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751331980.620.3300.22211.7151.953.53
Hex4B85C63E21016d43436
Octal11320530676410263246466
Binary1001011100001011100011011111010000101011011010100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b85c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4b85c6; }

 p { color: rgb(75,133,198); }

 H1.HeaderClassName
 {
   color: #4b85c6;
 }
 .AnyTagClassName
 {
   color: #4b85c6;
 }
</style>
background-color css

<style>
 a { background-color: #4b85c6; }

 a { background-color: rgb(75,133,198); }

 div.DivClassName
 {
   background-color: #4b85c6;
 }
 .BgClassName
 {
   background-color: #4b85c6;
 }
</style>
border-color css

<style>
 span { border-color: #4b85c6; }

 span { border-color: rgb(75,133,198); }

 td.TdClassName
 {
   border-color: #4b85c6;
 }
 .TagClassName
 {
   border-color: #4b85c6;
 }
</style>