Html Css Color HEX #4A72BF Havelock Blue

📋 copy color: '#4A72BF'

red 74 ◦ green 114 ◦ blue 191

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

Shades of Havelock Blue #4A72BF

Tints of Havelock Blue #4A72BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 19.53%
G = 30.08%
B = 50.4%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A72BF (or 0x4A72BF) is known color: Havelock Blue. HEX triplet: 4A, 72 and BF. RGB value is (74,114,191). Sum of RGB (Red+Green+Blue) = 74+114+191=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A72BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A72BF is #B58D40. Grayscale: #6E6E6E. Windows color (decimal): -11898177 or 12546634. OLE color: 12546634.

HSL color Cylindrical-coordinate representation of color #4A72BF: hue angle of 219.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A72BF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 114 191 -
CMYK 0.61 0.40 0 0.25
HSL 219.49º 0.48% 0.52% -
HSV(B) 219.49º 0.61% 0.75% -
XYZ 18.25 17.25 51.66 -
YUV 110.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 74 114 191 0.61 0.40 0 0.25 219.49 0.48 0.52
Hex 4A 72 BF 3D 28 0 19 DB 30 34
Octal 112 162 277 75 50 0 31 333 60 64
Binary 1001010 1110010 10111111 111101 101000 0 11001 11011011 110000 110100

Color Harmonies of #4A72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A72BF

Black with #4A72BF

Text Example


Text Example

White with #4A72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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