Html Css Color HEX #4A71BD Havelock Blue

📋 copy color: '#4A71BD'

red 74 ◦ green 113 ◦ blue 189

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

Shades of Havelock Blue #4A71BD

Tints of Havelock Blue #4A71BD

RGB

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

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

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

R = 19.68%
G = 30.05%
B = 50.27%

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

#4A71BD (or 0x4A71BD) is known color: Havelock Blue. HEX triplet: 4A, 71 and BD. RGB value is (74,113,189). Sum of RGB (Red+Green+Blue) = 74+113+189=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A71BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71BD is #B58E42. Grayscale: #6D6D6D. Windows color (decimal): -11898435 or 12415306. OLE color: 12415306.

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

Color convert

RGB 74 113 189 -
CMYK 0.61 0.40 0 0.26
HSL 219.65º 0.47% 0.52% -
HSV(B) 219.65º 0.61% 0.74% -
XYZ 17.91 16.94 50.47 -
YUV 110 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 74 113 189 0.61 0.40 0 0.26 219.65 0.47 0.52
Hex 4A 71 BD 3D 28 0 1A DC 2F 34
Octal 112 161 275 75 50 0 32 334 57 64
Binary 1001010 1110001 10111101 111101 101000 0 11010 11011100 101111 110100

Color Harmonies of #4A71BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A71BD

Black with #4A71BD

Text Example


Text Example

White with #4A71BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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