#4C78BF

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

Shades of Havelock Blue #4C78BF

Tints of Havelock Blue #4C78BF

Color information

#4C78BF (or 0x4C78BF) is unknown color: approx Havelock Blue. HEX triplet: 4C, 78 and BF. RGB value is (76,120,191). Sum of RGB (Red+Green+Blue) = 76+120+191=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C78BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C78BF is #B38740. Grayscale: #727272. Windows color (decimal): -11765569 or 12548172. OLE color: 12548172.

HSL color Cylindrical-coordinate representation of color #4C78BF: hue angle of 217.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C78BF is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76120191-
CMYK0.600.3700.25
HSL217.04º47.33%52.35%-
HSV(B)217.04º60.21%74.9%-
XYZ19.118.7351.9-
YUV114.94170.92100.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.64%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 191 (75% from 255) = 49.35%
R=19.64%
G=31.01%
B=49.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761201910.600.3700.25217.0447.3352.35
Hex4C78BF3C25019d92f34
Octal11417027774450313315764
Binary100110011110001011111111110010010101100111011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,120,191); }

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

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

 a { background-color: rgb(76,120,191); }

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

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

 span { border-color: rgb(76,120,191); }

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