#4F77BE

Color #4F77BE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4F77BE

Tints of Havelock Blue #4F77BE

Color information

#4F77BE (or 0x4F77BE) is unknown color: approx 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

RGB79119190-
CMYK0.580.3700.25
HSL218.38º46.06%52.75%-
HSV(B)218.38º58.42%74.51%-
XYZ19.1218.5751.29-
YUV115.13170.25102.23-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791191900.580.3700.25218.3846.0652.75
Hex4F77BE3A25019da2e35
Octal11716727672450313325665
Binary100111111101111011111011101010010101100111011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>