Html Css Color HEX #4A78CB Havelock Blue

📋 copy color: '#4A78CB'

red 74 ◦ green 120 ◦ blue 203

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

Shades of Havelock Blue #4A78CB

Tints of Havelock Blue #4A78CB

RGB

 RED value IS 74 (29.3% from 255) = 18.64%

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 18.64%
G = 30.23%
B = 51.13%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A78CB (or 0x4A78CB) is known color: Havelock Blue. HEX triplet: 4A, 78 and CB. RGB value is (74,120,203). Sum of RGB (Red+Green+Blue) = 74+120+203=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A78CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A78CB is #B58734. Grayscale: #737373. Windows color (decimal): -11896629 or 13334602. OLE color: 13334602.

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

Color convert

RGB 74 120 203 -
CMYK 0.64 0.41 0 0.20
HSL 218.6º 0.55% 0.54% -
HSV(B) 218.6º 0.64% 0.8% -
XYZ 20.32 19.2 59.14 -
YUV 115.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 74 120 203 0.64 0.41 0 0.20 218.6 0.55 0.54
Hex 4A 78 CB 40 29 0 14 DB 37 36
Octal 112 170 313 100 51 0 24 333 67 66
Binary 1001010 1111000 11001011 1000000 101001 0 10100 11011011 110111 110110

Color Harmonies of #4A78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A78CB

Black with #4A78CB

Text Example


Text Example

White with #4A78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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