Html Css Color HEX #4A72BD Havelock Blue

📋 copy color: '#4A72BD'

red 74 ◦ green 114 ◦ blue 189

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

Shades of Havelock Blue #4A72BD

Tints of Havelock Blue #4A72BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 19.63%
G = 30.24%
B = 50.13%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A72BD (or 0x4A72BD) is known color: Havelock Blue. HEX triplet: 4A, 72 and BD. RGB value is (74,114,189). Sum of RGB (Red+Green+Blue) = 74+114+189=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A72BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A72BD is #B58D42. Grayscale: #6E6E6E. Windows color (decimal): -11898179 or 12415562. OLE color: 12415562.

HSL color Cylindrical-coordinate representation of color #4A72BD: hue angle of 219.13º 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 #4A72BD is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 114 189 -
CMYK 0.61 0.40 0 0.26
HSL 219.13º 0.47% 0.52% -
HSV(B) 219.13º 0.61% 0.74% -
XYZ 18.03 17.16 50.51 -
YUV 110.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 74 114 189 0.61 0.40 0 0.26 219.13 0.47 0.52
Hex 4A 72 BD 3D 28 0 1A DB 2F 34
Octal 112 162 275 75 50 0 32 333 57 64
Binary 1001010 1110010 10111101 111101 101000 0 11010 11011011 101111 110100

Color Harmonies of #4A72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A72BD

Black with #4A72BD

Text Example


Text Example

White with #4A72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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