#4975CB

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

Shades of Havelock Blue #4975CB

Tints of Havelock Blue #4975CB

Color information

#4975CB (or 0x4975CB) is unknown color: approx Havelock Blue. HEX triplet: 49, 75 and CB. RGB value is (73,117,203). Sum of RGB (Red+Green+Blue) = 73+117+203=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #4975CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975CB is #B68A34. Grayscale: #717171. Windows color (decimal): -11962933 or 13333833. OLE color: 13333833.

HSL color Cylindrical-coordinate representation of color #4975CB: hue angle of 219.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4975CB is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73117203-
CMYK0.640.4200.20
HSL219.69º55.56%54.12%-
HSV(B)219.69º64.04%79.61%-
XYZ19.8918.4559.01-
YUV113.65178.4299.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=18.58%
G=29.77%
B=51.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731172030.640.4200.20219.6955.5654.12
Hex4975CB402A014dc3836
Octal111165313100520243347066
Binary1001001111010111001011100000010101001010011011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4975CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4975CB; }

 p { color: rgb(73,117,203); }

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

<style>
 a { background-color: #4975CB; }

 a { background-color: rgb(73,117,203); }

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

<style>
 span { border-color: #4975CB; }

 span { border-color: rgb(73,117,203); }

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