#4B8BC9

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

Shades of Havelock Blue #4B8BC9

Tints of Havelock Blue #4B8BC9

Color information

#4B8BC9 (or 0x4B8BC9) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8B and C9. RGB value is (75,139,201). Sum of RGB (Red+Green+Blue) = 75+139+201=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B8BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BC9 is #B47436. Grayscale: #7E7E7E. Windows color (decimal): -11826231 or 13208395. OLE color: 13208395.

HSL color Cylindrical-coordinate representation of color #4B8BC9: hue angle of 209.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B8BC9 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75139201-
CMYK0.630.3100.21
HSL209.52º53.85%54.12%-
HSV(B)209.52º62.69%78.82%-
XYZ22.6824.1858.73-
YUV126.93169.890.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.07%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 201 (78.91% from 255) = 48.43%
R=18.07%
G=33.49%
B=48.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751392010.630.3100.21209.5253.8554.12
Hex4B8BC93F1F015d23636
Octal11321331177370253226666
Binary100101110001011110010011111111111101010111010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,201); }

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

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

 a { background-color: rgb(75,139,201); }

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

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

 span { border-color: rgb(75,139,201); }

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