Html Css Color HEX #4A73BE Havelock Blue

📋 copy color: '#4A73BE'

red 74 ◦ green 115 ◦ blue 190

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

Shades of Havelock Blue #4A73BE

Tints of Havelock Blue #4A73BE

RGB

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

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

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

R = 19.53%
G = 30.34%
B = 50.13%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A73BE (or 0x4A73BE) is known color: Havelock Blue. HEX triplet: 4A, 73 and BE. RGB value is (74,115,190). Sum of RGB (Red+Green+Blue) = 74+115+190=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A73BE is #B58C41. Grayscale: #6E6E6E. Windows color (decimal): -11897922 or 12481354. OLE color: 12481354.

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

Color convert

RGB 74 115 190 -
CMYK 0.61 0.39 0 0.25
HSL 218.79º 0.47% 0.52% -
HSV(B) 218.79º 0.61% 0.75% -
XYZ 18.25 17.44 51.12 -
YUV 111.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 74 115 190 0.61 0.39 0 0.25 218.79 0.47 0.52
Hex 4A 73 BE 3D 27 0 19 DB 2F 34
Octal 112 163 276 75 47 0 31 333 57 64
Binary 1001010 1110011 10111110 111101 100111 0 11001 11011011 101111 110100

Color Harmonies of #4A73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A73BE

Black with #4A73BE

Text Example


Text Example

White with #4A73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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