Html Css Color HEX #4A76CA Havelock Blue

📋 copy color: '#4A76CA'

red 74 ◦ green 118 ◦ blue 202

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

Shades of Havelock Blue #4A76CA

Tints of Havelock Blue #4A76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 18.78%
G = 29.95%
B = 51.27%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4A76CA (or 0x4A76CA) is known color: Havelock Blue. HEX triplet: 4A, 76 and CA. RGB value is (74,118,202). Sum of RGB (Red+Green+Blue) = 74+118+202=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A76CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A76CA is #B58935. Grayscale: #727272. Windows color (decimal): -11897142 or 13268554. OLE color: 13268554.

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

Color convert

RGB 74 118 202 -
CMYK 0.63 0.42 0 0.21
HSL 219.38º 0.55% 0.54% -
HSV(B) 219.38º 0.63% 0.79% -
XYZ 19.96 18.68 58.43 -
YUV 114.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 74 118 202 0.63 0.42 0 0.21 219.38 0.55 0.54
Hex 4A 76 CA 3F 2A 0 15 DB 37 36
Octal 112 166 312 77 52 0 25 333 67 66
Binary 1001010 1110110 11001010 111111 101010 0 10101 11011011 110111 110110

Color Harmonies of #4A76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A76CA

Black with #4A76CA

Text Example


Text Example

White with #4A76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,202); }

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

background-color css

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

 a { background-color: rgb(74,118,202); }

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

border-color css

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

 span { border-color: rgb(74,118,202); }

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