#4B7FC9

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

Shades of Havelock Blue #4B7FC9

Tints of Havelock Blue #4B7FC9

Color information

#4B7FC9 (or 0x4B7FC9) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7F and C9. RGB value is (75,127,201). Sum of RGB (Red+Green+Blue) = 75+127+201=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B7FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FC9 is #B48036. Grayscale: #777777. Windows color (decimal): -11829303 or 13205323. OLE color: 13205323.

HSL color Cylindrical-coordinate representation of color #4B7FC9: hue angle of 215.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B7FC9 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75127201-
CMYK0.630.3700.21
HSL215.24º53.85%54.12%-
HSV(B)215.24º62.69%78.82%-
XYZ21.0320.8958.18-
YUV119.89173.7795.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 201 (78.91% from 255) = 49.88%
R=18.61%
G=31.51%
B=49.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751272010.630.3700.21215.2453.8554.12
Hex4B7FC93F25015d73636
Octal11317731177450253276666
Binary100101111111111100100111111110010101010111010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,127,201); }

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

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

 a { background-color: rgb(75,127,201); }

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

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

 span { border-color: rgb(75,127,201); }

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