Html Css Color HEX #4A73BD Havelock Blue

📋 copy color: '#4A73BD'

red 74 ◦ green 115 ◦ blue 189

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

Shades of Havelock Blue #4A73BD

Tints of Havelock Blue #4A73BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 19.58%
G = 30.42%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A73BD (or 0x4A73BD) is known color: Havelock Blue. HEX triplet: 4A, 73 and BD. RGB value is (74,115,189). Sum of RGB (Red+Green+Blue) = 74+115+189=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A73BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A73BD is #B58C42. Grayscale: #6E6E6E. Windows color (decimal): -11897923 or 12415818. OLE color: 12415818.

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

Color convert

RGB 74 115 189 -
CMYK 0.61 0.39 0 0.26
HSL 218.61º 0.47% 0.52% -
HSV(B) 218.61º 0.61% 0.74% -
XYZ 18.14 17.39 50.54 -
YUV 111.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 74 115 189 0.61 0.39 0 0.26 218.61 0.47 0.52
Hex 4A 73 BD 3D 27 0 1A DB 2F 34
Octal 112 163 275 75 47 0 32 333 57 64
Binary 1001010 1110011 10111101 111101 100111 0 11010 11011011 101111 110100

Color Harmonies of #4A73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A73BD

Black with #4A73BD

Text Example


Text Example

White with #4A73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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