Html Css Color HEX #4780CA Havelock Blue

📋 copy color: '#4780CA'

red 71 ◦ green 128 ◦ blue 202

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

Shades of Havelock Blue #4780CA

Tints of Havelock Blue #4780CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

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

R = 17.71%
G = 31.92%
B = 50.37%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4780CA (or 0x4780CA) is known color: Havelock Blue. HEX triplet: 47, 80 and CA. RGB value is (71,128,202). Sum of RGB (Red+Green+Blue) = 71+128+202=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #4780CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780CA is #B87F35. Grayscale: #777777. Windows color (decimal): -12091190 or 13271111. OLE color: 13271111.

HSL color Cylindrical-coordinate representation of color #4780CA: hue angle of 213.89º 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 #4780CA is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 128 202 -
CMYK 0.65 0.37 0 0.21
HSL 213.89º 0.55% 0.54% -
HSV(B) 213.89º 0.65% 0.79% -
XYZ 20.98 21.04 58.83 -
YUV 119.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 71 128 202 0.65 0.37 0 0.21 213.89 0.55 0.54
Hex 47 80 CA 41 25 0 15 D6 37 36
Octal 107 200 312 101 45 0 25 326 67 66
Binary 1000111 10000000 11001010 1000001 100101 0 10101 11010110 110111 110110

Color Harmonies of #4780CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780CA

Black with #4780CA

Text Example


Text Example

White with #4780CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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