Html Css Color HEX #4A71BB Havelock Blue

📋 copy color: '#4A71BB'

red 74 ◦ green 113 ◦ blue 187

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

Shades of Havelock Blue #4A71BB

Tints of Havelock Blue #4A71BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 187 (73.44% from 255) = 50%

R = 19.79%
G = 30.21%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A71BB (or 0x4A71BB) is known color: Havelock Blue. HEX triplet: 4A, 71 and BB. RGB value is (74,113,187). Sum of RGB (Red+Green+Blue) = 74+113+187=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A71BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71BB is #B58E44. Grayscale: #6D6D6D. Windows color (decimal): -11898437 or 12284234. OLE color: 12284234.

HSL color Cylindrical-coordinate representation of color #4A71BB: hue angle of 219.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A71BB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 113 187 -
CMYK 0.60 0.40 0 0.27
HSL 219.29º 0.45% 0.51% -
HSV(B) 219.29º 0.6% 0.73% -
XYZ 17.7 16.85 49.33 -
YUV 109.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 74 113 187 0.60 0.40 0 0.27 219.29 0.45 0.51
Hex 4A 71 BB 3C 28 0 1B DB 2D 33
Octal 112 161 273 74 50 0 33 333 55 63
Binary 1001010 1110001 10111011 111100 101000 0 11011 11011011 101101 110011

Color Harmonies of #4A71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A71BB

Black with #4A71BB

Text Example


Text Example

White with #4A71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,113,187); }

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

background-color css

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

 a { background-color: rgb(74,113,187); }

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

border-color css

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

 span { border-color: rgb(74,113,187); }

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