Html Css Color HEX #4C78BC Havelock Blue

📋 copy color: '#4C78BC'

red 76 ◦ green 120 ◦ blue 188

#4C78BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4C78BC

Tints of Havelock Blue #4C78BC

RGB

 RED value IS 76 (30.08% from 255) = 19.79%

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 19.79%
G = 31.25%
B = 48.96%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C78BC (or 0x4C78BC) is known color: Havelock Blue. HEX triplet: 4C, 78 and BC. RGB value is (76,120,188). Sum of RGB (Red+Green+Blue) = 76+120+188=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C78BC is #B38743. Grayscale: #727272. Windows color (decimal): -11765572 or 12351564. OLE color: 12351564.

HSL color Cylindrical-coordinate representation of color #4C78BC: hue angle of 216.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C78BC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 120 188 -
CMYK 0.60 0.36 0 0.26
HSL 216.43º 0.46% 0.52% -
HSV(B) 216.43º 0.6% 0.74% -
XYZ 18.77 18.6 50.18 -
YUV 114.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 76 120 188 0.60 0.36 0 0.26 216.43 0.46 0.52
Hex 4C 78 BC 3C 24 0 1A D8 2E 34
Octal 114 170 274 74 44 0 32 330 56 64
Binary 1001100 1111000 10111100 111100 100100 0 11010 11011000 101110 110100

Color Harmonies of #4C78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C78BC

Black with #4C78BC

Text Example


Text Example

White with #4C78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C78BC;
 }
 .AnyTagClassName
 {
   color: #4C78BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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