#4B7FBD

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

Shades of Steel Blue #4B7FBD

Tints of Steel Blue #4B7FBD

Color information

#4B7FBD (or 0x4B7FBD) is unknown color: approx Steel Blue. HEX triplet: 4B, 7F and BD. RGB value is (75,127,189). Sum of RGB (Red+Green+Blue) = 75+127+189=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B7FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FBD is #B48042. Grayscale: #767676. Windows color (decimal): -11829315 or 12418891. OLE color: 12418891.

HSL color Cylindrical-coordinate representation of color #4B7FBD: hue angle of 212.63º 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 #4B7FBD is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75127189-
CMYK0.600.3300.26
HSL212.63º46.34%51.76%-
HSV(B)212.63º60.32%74.12%-
XYZ19.6820.3551.03-
YUV118.52167.7796.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=19.18%
G=32.48%
B=48.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751271890.600.3300.26212.6346.3451.76
Hex4B7FBD3C2101Ad52e34
Octal11317727574410323255664
Binary100101111111111011110111110010000101101011010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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