Html Css Color HEX #4F73BE Havelock Blue

📋 copy color: '#4F73BE'

red 79 ◦ green 115 ◦ blue 190

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

Shades of Havelock Blue #4F73BE

Tints of Havelock Blue #4F73BE

RGB

 RED value IS 79 (31.25% from 255) = 20.57%

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

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

R = 20.57%
G = 29.95%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F73BE (or 0x4F73BE) is known color: Havelock Blue. HEX triplet: 4F, 73 and BE. RGB value is (79,115,190). Sum of RGB (Red+Green+Blue) = 79+115+190=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F73BE is #B08C41. Grayscale: #707070. Windows color (decimal): -11570242 or 12481359. OLE color: 12481359.

HSL color Cylindrical-coordinate representation of color #4F73BE: hue angle of 220.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F73BE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 115 190 -
CMYK 0.58 0.39 0 0.25
HSL 220.54º 0.46% 0.53% -
HSV(B) 220.54º 0.58% 0.75% -
XYZ 18.65 17.64 51.14 -
YUV 112.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 79 115 190 0.58 0.39 0 0.25 220.54 0.46 0.53
Hex 4F 73 BE 3A 27 0 19 DD 2E 35
Octal 117 163 276 72 47 0 31 335 56 65
Binary 1001111 1110011 10111110 111010 100111 0 11001 11011101 101110 110101

Color Harmonies of #4F73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F73BE

Black with #4F73BE

Text Example


Text Example

White with #4F73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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