#4B8BB6

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

Shades of Steel Blue #4B8BB6

Tints of Steel Blue #4B8BB6

Color information

#4B8BB6 (or 0x4B8BB6) is unknown color: approx Steel Blue. HEX triplet: 4B, 8B and B6. RGB value is (75,139,182). Sum of RGB (Red+Green+Blue) = 75+139+182=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B8BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BB6 is #B47449. Grayscale: #7C7C7C. Windows color (decimal): -11826250 or 11963211. OLE color: 11963211.

HSL color Cylindrical-coordinate representation of color #4B8BB6: hue angle of 204.11º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B8BB6 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB75139182-
CMYK0.590.2400.29
HSL204.11º42.29%50.39%-
HSV(B)204.11º58.79%71.37%-
XYZ20.5823.3447.68-
YUV124.77160.392.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.94%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=18.94%
G=35.10%
B=45.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751391820.590.2400.29204.1142.2950.39
Hex4B8BB63B1801Dcc2a32
Octal11321326673300353145262
Binary100101110001011101101101110111100001110111001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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