#4B8ACD

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

Shades of Havelock Blue #4B8ACD

Tints of Havelock Blue #4B8ACD

Color information

#4B8ACD (or 0x4B8ACD) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8A and CD. RGB value is (75,138,205). Sum of RGB (Red+Green+Blue) = 75+138+205=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ACD is #B47532. Grayscale: #7E7E7E. Windows color (decimal): -11826483 or 13470283. OLE color: 13470283.

HSL color Cylindrical-coordinate representation of color #4B8ACD: hue angle of 210.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B8ACD is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75138205-
CMYK0.630.3300.20
HSL210.92º56.52%54.9%-
HSV(B)210.92º63.41%80.39%-
XYZ23.0124.0861.19-
YUV126.8172.1391.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=17.94%
G=33.01%
B=49.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751382050.630.3300.20210.9256.5254.9
Hex4B8ACD3F21014d33937
Octal11321231577410243237167
Binary1001011100010101100110111111110000101010011010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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