#4B85DE

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

Shades of Havelock Blue #4B85DE

Tints of Havelock Blue #4B85DE

Color information

#4B85DE (or 0x4B85DE) is unknown color: approx Havelock Blue. HEX triplet: 4B, 85 and DE. RGB value is (75,133,222). Sum of RGB (Red+Green+Blue) = 75+133+222=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B85DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B85DE is #B47A21. Grayscale: #7D7D7D. Windows color (decimal): -11827746 or 14583115. OLE color: 14583115.

HSL color Cylindrical-coordinate representation of color #4B85DE: hue angle of 216.33º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B85DE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75133222-
CMYK0.660.4000.13
HSL216.33º69.01%58.24%-
HSV(B)216.33º66.22%87.06%-
XYZ24.4723.5472.36-
YUV125.8182.2891.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.44%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=17.44%
G=30.93%
B=51.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751332220.660.4000.13216.3369.0158.24
Hex4B85DE42280Dd8453a
Octal1132053361025001533010572
Binary10010111000010111011110100001010100001101110110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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