Html Css Color HEX #4778CA Havelock Blue

📋 copy color: '#4778CA'

red 71 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #4778CA

Tints of Havelock Blue #4778CA

RGB

 RED value IS 71 (28.13% from 255) = 18.07%

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

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 18.07%
G = 30.53%
B = 51.4%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4778CA (or 0x4778CA) is known color: Havelock Blue. HEX triplet: 47, 78 and CA. RGB value is (71,120,202). Sum of RGB (Red+Green+Blue) = 71+120+202=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #4778CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4778CA is #B88735. Grayscale: #727272. Windows color (decimal): -12093238 or 13269063. OLE color: 13269063.

HSL color Cylindrical-coordinate representation of color #4778CA: hue angle of 217.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4778CA is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 120 202 -
CMYK 0.65 0.41 0 0.21
HSL 217.56º 0.55% 0.54% -
HSV(B) 217.56º 0.65% 0.79% -
XYZ 19.98 19.04 58.5 -
YUV 114.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 71 120 202 0.65 0.41 0 0.21 217.56 0.55 0.54
Hex 47 78 CA 41 29 0 15 DA 37 36
Octal 107 170 312 101 51 0 25 332 67 66
Binary 1000111 1111000 11001010 1000001 101001 0 10101 11011010 110111 110110

Color Harmonies of #4778CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4778CA

Black with #4778CA

Text Example


Text Example

White with #4778CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4778CA; }

 p { color: rgb(71,120,202); }

 H1.HeaderClassName
 {
   color: #4778CA;
 }
 .AnyTagClassName
 {
   color: #4778CA;
 }
</style>

background-color css

<style>
 a { background-color: #4778CA; }

 a { background-color: rgb(71,120,202); }

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

border-color css

<style>
 span { border-color: #4778CA; }

 span { border-color: rgb(71,120,202); }

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