#4B81BA

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

Shades of Steel Blue #4B81BA

Tints of Steel Blue #4B81BA

Color information

#4B81BA (or 0x4B81BA) is unknown color: approx Steel Blue. HEX triplet: 4B, 81 and BA. RGB value is (75,129,186). Sum of RGB (Red+Green+Blue) = 75+129+186=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B81BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B81BA is #B47E45. Grayscale: #777777. Windows color (decimal): -11828806 or 12222795. OLE color: 12222795.

HSL color Cylindrical-coordinate representation of color #4B81BA: hue angle of 210.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B81BA is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB75129186-
CMYK0.600.3100.27
HSL210.81º44.58%51.18%-
HSV(B)210.81º59.68%72.94%-
XYZ19.6120.7449.42-
YUV119.35165.6196.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=19.23%
G=33.08%
B=47.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751291860.600.3100.27210.8144.5851.18
Hex4B81BA3C1F01Bd32d33
Octal11320127274370333235563
Binary100101110000001101110101111001111101101111010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,129,186); }

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

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

 a { background-color: rgb(75,129,186); }

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

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

 span { border-color: rgb(75,129,186); }

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