Html Css Color HEX #4A72BE Havelock Blue

📋 copy color: '#4A72BE'

red 74 ◦ green 114 ◦ blue 190

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

Shades of Havelock Blue #4A72BE

Tints of Havelock Blue #4A72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 19.58%
G = 30.16%
B = 50.26%

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

#4A72BE (or 0x4A72BE) is known color: Havelock Blue. HEX triplet: 4A, 72 and BE. RGB value is (74,114,190). Sum of RGB (Red+Green+Blue) = 74+114+190=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A72BE is #B58D41. Grayscale: #6E6E6E. Windows color (decimal): -11898178 or 12481098. OLE color: 12481098.

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

Color convert

RGB 74 114 190 -
CMYK 0.61 0.40 0 0.25
HSL 219.31º 0.47% 0.52% -
HSV(B) 219.31º 0.61% 0.75% -
XYZ 18.14 17.21 51.08 -
YUV 110.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 74 114 190 0.61 0.40 0 0.25 219.31 0.47 0.52
Hex 4A 72 BE 3D 28 0 19 DB 2F 34
Octal 112 162 276 75 50 0 31 333 57 64
Binary 1001010 1110010 10111110 111101 101000 0 11001 11011011 101111 110100

Color Harmonies of #4A72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A72BE

Black with #4A72BE

Text Example


Text Example

White with #4A72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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