#4978CB

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

Shades of Havelock Blue #4978CB

Tints of Havelock Blue #4978CB

Color information

#4978CB (or 0x4978CB) is unknown color: approx Havelock Blue. HEX triplet: 49, 78 and CB. RGB value is (73,120,203). Sum of RGB (Red+Green+Blue) = 73+120+203=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #4978CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978CB is #B68734. Grayscale: #737373. Windows color (decimal): -11962165 or 13334601. OLE color: 13334601.

HSL color Cylindrical-coordinate representation of color #4978CB: hue angle of 218.31º 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 #4978CB is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73120203-
CMYK0.640.4100.20
HSL218.31º55.56%54.12%-
HSV(B)218.31º64.04%79.61%-
XYZ20.2419.1659.13-
YUV115.41177.4397.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=18.43%
G=30.30%
B=51.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731202030.640.4100.20218.3155.5654.12
Hex4978CB4029014da3836
Octal111170313100510243327066
Binary1001001111100011001011100000010100101010011011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4978CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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