#4B80BE

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

Shades of Havelock Blue #4B80BE

Tints of Havelock Blue #4B80BE

Color information

#4B80BE (or 0x4B80BE) is unknown color: approx Havelock Blue. HEX triplet: 4B, 80 and BE. RGB value is (75,128,190). Sum of RGB (Red+Green+Blue) = 75+128+190=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B80BE is #B47F41. Grayscale: #767676. Windows color (decimal): -11829058 or 12484683. OLE color: 12484683.

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

Color convert

RGB75128190-
CMYK0.610.3300.25
HSL212.35º46.94%51.96%-
HSV(B)212.35º60.53%74.51%-
XYZ19.9220.6551.65-
YUV119.22167.9496.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.08%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=19.08%
G=32.57%
B=48.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751281900.610.3300.25212.3546.9451.96
Hex4B80BE3D21019d42f34
Octal11320027675410313245764
Binary1001011100000001011111011110110000101100111010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,128,190); }

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

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

 a { background-color: rgb(75,128,190); }

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

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

 span { border-color: rgb(75,128,190); }

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