Html Css Color HEX #4A76BD Havelock Blue

📋 copy color: '#4A76BD'

red 74 ◦ green 118 ◦ blue 189

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

Shades of Havelock Blue #4A76BD

Tints of Havelock Blue #4A76BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 19.42%
G = 30.97%
B = 49.61%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A76BD (or 0x4A76BD) is known color: Havelock Blue. HEX triplet: 4A, 76 and BD. RGB value is (74,118,189). Sum of RGB (Red+Green+Blue) = 74+118+189=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A76BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A76BD is #B58942. Grayscale: #707070. Windows color (decimal): -11897155 or 12416586. OLE color: 12416586.

HSL color Cylindrical-coordinate representation of color #4A76BD: hue angle of 217.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A76BD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 118 189 -
CMYK 0.61 0.38 0 0.26
HSL 217.04º 0.47% 0.52% -
HSV(B) 217.04º 0.61% 0.74% -
XYZ 18.49 18.09 50.66 -
YUV 112.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 74 118 189 0.61 0.38 0 0.26 217.04 0.47 0.52
Hex 4A 76 BD 3D 26 0 1A D9 2F 34
Octal 112 166 275 75 46 0 32 331 57 64
Binary 1001010 1110110 10111101 111101 100110 0 11010 11011001 101111 110100

Color Harmonies of #4A76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A76BD

Black with #4A76BD

Text Example


Text Example

White with #4A76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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