#4B8BBD

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

Shades of Steel Blue #4B8BBD

Tints of Steel Blue #4B8BBD

Color information

#4B8BBD (or 0x4B8BBD) is unknown color: approx Steel Blue. HEX triplet: 4B, 8B and BD. RGB value is (75,139,189). Sum of RGB (Red+Green+Blue) = 75+139+189=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B8BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BBD is #B47442. Grayscale: #7D7D7D. Windows color (decimal): -11826243 or 12421963. OLE color: 12421963.

HSL color Cylindrical-coordinate representation of color #4B8BBD: hue angle of 206.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B8BBD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75139189-
CMYK0.600.2600.26
HSL206.32º46.34%51.76%-
HSV(B)206.32º60.32%74.12%-
XYZ21.3223.6451.58-
YUV125.56163.891.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=18.61%
G=34.49%
B=46.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751391890.600.2600.26206.3246.3451.76
Hex4B8BBD3C1A01Ace2e34
Octal11321327574320323165664
Binary100101110001011101111011111001101001101011001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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