Html Css Color HEX #4F89BF Havelock Blue

📋 copy color: '#4F89BF'

red 79 ◦ green 137 ◦ blue 191

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

Shades of Havelock Blue #4F89BF

Tints of Havelock Blue #4F89BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 19.41%
G = 33.66%
B = 46.93%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F89BF (or 0x4F89BF) is known color: Havelock Blue. HEX triplet: 4F, 89 and BF. RGB value is (79,137,191). Sum of RGB (Red+Green+Blue) = 79+137+191=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F89BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F89BF is #B07640. Grayscale: #7D7D7D. Windows color (decimal): -11564609 or 12552527. OLE color: 12552527.

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

Color convert

RGB 79 137 191 -
CMYK 0.59 0.28 0 0.25
HSL 208.93º 0.47% 0.53% -
HSV(B) 208.93º 0.59% 0.75% -
XYZ 21.57 23.32 52.65 -
YUV 125.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 79 137 191 0.59 0.28 0 0.25 208.93 0.47 0.53
Hex 4F 89 BF 3B 1C 0 19 D1 2F 35
Octal 117 211 277 73 34 0 31 321 57 65
Binary 1001111 10001001 10111111 111011 11100 0 11001 11010001 101111 110101

Color Harmonies of #4F89BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F89BF

Black with #4F89BF

Text Example


Text Example

White with #4F89BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,137,191); }

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

background-color css

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

 a { background-color: rgb(79,137,191); }

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

border-color css

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

 span { border-color: rgb(79,137,191); }

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