#4B8FCD

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

Shades of Havelock Blue #4B8FCD

Tints of Havelock Blue #4B8FCD

Color information

#4B8FCD (or 0x4B8FCD) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8F and CD. RGB value is (75,143,205). Sum of RGB (Red+Green+Blue) = 75+143+205=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B8FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FCD is #B47032. Grayscale: #818181. Windows color (decimal): -11825203 or 13471563. OLE color: 13471563.

HSL color Cylindrical-coordinate representation of color #4B8FCD: hue angle of 208.62º 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 #4B8FCD is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75143205-
CMYK0.630.3000.20
HSL208.62º56.52%54.9%-
HSV(B)208.62º63.41%80.39%-
XYZ23.7425.5561.44-
YUV129.74170.4788.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=17.73%
G=33.81%
B=48.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751432050.630.3000.20208.6256.5254.9
Hex4B8FCD3F1E014d13937
Octal11321731577360243217167
Binary100101110001111110011011111111111001010011010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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