#4B7FC8

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

Shades of Havelock Blue #4B7FC8

Tints of Havelock Blue #4B7FC8

Color information

#4B7FC8 (or 0x4B7FC8) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7F and C8. RGB value is (75,127,200). Sum of RGB (Red+Green+Blue) = 75+127+200=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #4B7FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FC8 is #B48037. Grayscale: #777777. Windows color (decimal): -11829304 or 13139787. OLE color: 13139787.

HSL color Cylindrical-coordinate representation of color #4B7FC8: hue angle of 215.04º degrees, saturation: 0.53, 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 #4B7FC8 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB75127200-
CMYK0.620.3600.22
HSL215.04º53.19%53.92%-
HSV(B)215.04º62.5%78.43%-
XYZ20.9220.8457.56-
YUV119.77173.2796.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.66%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 200 (78.52% from 255) = 49.75%
R=18.66%
G=31.59%
B=49.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751272000.620.3600.22215.0453.1953.92
Hex4B7FC83E24016d73536
Octal11317731076440263276566
Binary100101111111111100100011111010010001011011010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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