Html Css Color HEX #4A73BC Havelock Blue

📋 copy color: '#4A73BC'

red 74 ◦ green 115 ◦ blue 188

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

Shades of Havelock Blue #4A73BC

Tints of Havelock Blue #4A73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 19.63%
G = 30.5%
B = 49.87%

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

#4A73BC (or 0x4A73BC) is known color: Havelock Blue. HEX triplet: 4A, 73 and BC. RGB value is (74,115,188). Sum of RGB (Red+Green+Blue) = 74+115+188=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A73BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A73BC is #B58C43. Grayscale: #6E6E6E. Windows color (decimal): -11897924 or 12350282. OLE color: 12350282.

HSL color Cylindrical-coordinate representation of color #4A73BC: hue angle of 218.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A73BC is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 115 188 -
CMYK 0.61 0.39 0 0.26
HSL 218.42º 0.46% 0.51% -
HSV(B) 218.42º 0.61% 0.74% -
XYZ 18.03 17.35 49.98 -
YUV 111.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 74 115 188 0.61 0.39 0 0.26 218.42 0.46 0.51
Hex 4A 73 BC 3D 27 0 1A DA 2E 33
Octal 112 163 274 75 47 0 32 332 56 63
Binary 1001010 1110011 10111100 111101 100111 0 11010 11011010 101110 110011

Color Harmonies of #4A73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A73BC

Black with #4A73BC

Text Example


Text Example

White with #4A73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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