#4B7FB3

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

Shades of Steel Blue #4B7FB3

Tints of Steel Blue #4B7FB3

Color information

#4B7FB3 (or 0x4B7FB3) is unknown color: approx Steel Blue. HEX triplet: 4B, 7F and B3. RGB value is (75,127,179). Sum of RGB (Red+Green+Blue) = 75+127+179=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B7FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FB3 is #B4804C. Grayscale: #757575. Windows color (decimal): -11829325 or 11763531. OLE color: 11763531.

HSL color Cylindrical-coordinate representation of color #4B7FB3: hue angle of 210º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B7FB3 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75127179-
CMYK0.580.2900.30
HSL210º40.94%49.8%-
HSV(B)210º58.1%70.2%-
XYZ18.6319.9345.51-
YUV117.38162.7797.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 46.98%
R=19.69%
G=33.33%
B=46.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751271790.580.2900.3021040.9449.8
Hex4B7FB33A1D01Ed22932
Octal11317726372350363225162
Binary10010111111111101100111110101110101111011010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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