Html Css Color HEX #4F77BE Havelock Blue

📋 copy color: '#4F77BE'

red 79 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #4F77BE

Tints of Havelock Blue #4F77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 20.36%
G = 30.67%
B = 48.97%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F77BE (or 0x4F77BE) is known color: Havelock Blue. HEX triplet: 4F, 77 and BE. RGB value is (79,119,190). Sum of RGB (Red+Green+Blue) = 79+119+190=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77BE is #B08841. Grayscale: #727272. Windows color (decimal): -11569218 or 12482383. OLE color: 12482383.

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

Color convert

RGB 79 119 190 -
CMYK 0.58 0.37 0 0.25
HSL 218.38º 0.46% 0.53% -
HSV(B) 218.38º 0.58% 0.75% -
XYZ 19.12 18.57 51.29 -
YUV 115.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 79 119 190 0.58 0.37 0 0.25 218.38 0.46 0.53
Hex 4F 77 BE 3A 25 0 19 DA 2E 35
Octal 117 167 276 72 45 0 31 332 56 65
Binary 1001111 1110111 10111110 111010 100101 0 11001 11011010 101110 110101

Color Harmonies of #4F77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F77BE

Black with #4F77BE

Text Example


Text Example

White with #4F77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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