#4B8CCB

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

Shades of Havelock Blue #4B8CCB

Tints of Havelock Blue #4B8CCB

Color information

#4B8CCB (or 0x4B8CCB) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8C and CB. RGB value is (75,140,203). Sum of RGB (Red+Green+Blue) = 75+140+203=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B8CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8CCB is #B47334. Grayscale: #7F7F7F. Windows color (decimal): -11825973 or 13339723. OLE color: 13339723.

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

Color convert

RGB75140203-
CMYK0.630.3100.20
HSL209.53º55.17%54.51%-
HSV(B)209.53º63.05%79.61%-
XYZ23.0624.5660.03-
YUV127.75170.4790.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=17.94%
G=33.49%
B=48.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751402030.630.3100.20209.5355.1754.51
Hex4B8CCB3F1F014d23737
Octal11321431377370243226767
Binary100101110001100110010111111111111101010011010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,140,203); }

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

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

 a { background-color: rgb(75,140,203); }

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

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

 span { border-color: rgb(75,140,203); }

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