#4b77bf

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

Shades of Havelock Blue #4B77BF

Tints of Havelock Blue #4B77BF

Color information

#4B77BF (or 0x4B77BF) is unknown color: approx Havelock Blue. HEX triplet: 4B, 77 and BF. RGB value is (75,119,191). Sum of RGB (Red+Green+Blue) = 75+119+191=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B77BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B77BF is #B48840. Grayscale: #717171. Windows color (decimal): -11831361 or 12547915. OLE color: 12547915.

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

Color convert

RGB75119191-
CMYK0.610.3800.25
HSL217.24º47.54%52.16%-
HSV(B)217.24º60.73%74.9%-
XYZ18.918.4551.86-
YUV114.05171.42100.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 191 (75% from 255) = 49.61%
R=19.48%
G=30.91%
B=49.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751191910.610.3800.25217.2447.5452.16
Hex4B77BF3D26019d93034
Octal11316727775460313316064
Binary100101111101111011111111110110011001100111011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b77bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,191); }

 H1.HeaderClassName
 {
   color: #4b77bf;
 }
 .AnyTagClassName
 {
   color: #4b77bf;
 }
</style>
background-color css

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

 a { background-color: rgb(75,119,191); }

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

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

 span { border-color: rgb(75,119,191); }

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