#4B7FA8

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

Shades of Steel Blue #4B7FA8

Tints of Steel Blue #4B7FA8

Color information

#4B7FA8 (or 0x4B7FA8) is unknown color: approx Steel Blue. HEX triplet: 4B, 7F and A8. RGB value is (75,127,168). Sum of RGB (Red+Green+Blue) = 75+127+168=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 168 - color contains mainly: blue. Hex color #4B7FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7FA8 is #B48057. Grayscale: #737373. Windows color (decimal): -11829336 or 11042635. OLE color: 11042635.

HSL color Cylindrical-coordinate representation of color #4B7FA8: hue angle of 206.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B7FA8 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB75127168-
CMYK0.550.2400.34
HSL206.45º38.27%47.65%-
HSV(B)206.45º55.36%65.88%-
XYZ17.5619.539.88-
YUV116.13157.2798.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.27%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 168 (66.02% from 255) = 45.41%
R=20.27%
G=34.32%
B=45.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal751271680.550.2400.34206.4538.2747.65
Hex4B7FA83718022ce2630
Octal11317725067300423164660
Binary100101111111111010100011011111000010001011001110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,127,168); }

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

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

 a { background-color: rgb(75,127,168); }

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

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

 span { border-color: rgb(75,127,168); }

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