#4f88d5

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

Shades of Havelock Blue #4F88D5

Tints of Havelock Blue #4F88D5

Color information

#4F88D5 (or 0x4F88D5) is unknown color: approx Havelock Blue. HEX triplet: 4F, 88 and D5. RGB value is (79,136,213). Sum of RGB (Red+Green+Blue) = 79+136+213=428 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.46% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #4F88D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F88D5 is #B0772A. Grayscale: #7F7F7F. Windows color (decimal): -11564843 or 13994063. OLE color: 13994063.

HSL color Cylindrical-coordinate representation of color #4F88D5: hue angle of 214.48º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F88D5 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79136213-
CMYK0.630.3600.16
HSL214.48º61.47%57.25%-
HSV(B)214.48º62.91%83.53%-
XYZ24.0424.0766.33-
YUV127.73176.1293.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.46%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 213 (83.59% from 255) = 49.77%
R=18.46%
G=31.78%
B=49.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791362130.630.3600.16214.4861.4757.25
Hex4F88D53F24010d63d39
Octal11721032577440203267571
Binary1001111100010001101010111111110010001000011010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f88d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,213); }

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

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

 a { background-color: rgb(79,136,213); }

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

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

 span { border-color: rgb(79,136,213); }

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