#4B8ADD

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

Shades of Havelock Blue #4B8ADD

Tints of Havelock Blue #4B8ADD

Color information

#4B8ADD (or 0x4B8ADD) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8A and DD. RGB value is (75,138,221). Sum of RGB (Red+Green+Blue) = 75+138+221=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B8ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ADD is #B47522. Grayscale: #808080. Windows color (decimal): -11826467 or 14518859. OLE color: 14518859.

HSL color Cylindrical-coordinate representation of color #4B8ADD: hue angle of 214.11º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B8ADD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75138221-
CMYK0.660.3800.13
HSL214.11º68.22%58.04%-
HSV(B)214.11º66.06%86.67%-
XYZ25.0424.8971.89-
YUV128.62180.1389.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=17.28%
G=31.80%
B=50.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751382210.660.3800.13214.1168.2258.04
Hex4B8ADD42260Dd6443a
Octal1132123351024601532610472
Binary10010111000101011011101100001010011001101110101101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,221); }

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

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

 a { background-color: rgb(75,138,221); }

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

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

 span { border-color: rgb(75,138,221); }

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