#4581BC

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

Shades of Steel Blue #4581BC

Tints of Steel Blue #4581BC

Color information

#4581BC (or 0x4581BC) is unknown color: approx Steel Blue. HEX triplet: 45, 81 and BC. RGB value is (69,129,188). Sum of RGB (Red+Green+Blue) = 69+129+188=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #4581BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581BC is #BA7E43. Grayscale: #757575. Windows color (decimal): -12222020 or 12353861. OLE color: 12353861.

HSL color Cylindrical-coordinate representation of color #4581BC: hue angle of 209.75º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4581BC is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69129188-
CMYK0.630.3100.26
HSL209.75º47.04%50.39%-
HSV(B)209.75º63.3%73.73%-
XYZ19.3820.650.53-
YUV117.79167.6293.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=17.88%
G=33.42%
B=48.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691291880.630.3100.26209.7547.0450.39
Hex4581BC3F1F01Ad22f32
Octal10520127477370323225762
Binary100010110000001101111001111111111101101011010010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4581BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4581BC; }

 p { color: rgb(69,129,188); }

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

<style>
 a { background-color: #4581BC; }

 a { background-color: rgb(69,129,188); }

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

<style>
 span { border-color: #4581BC; }

 span { border-color: rgb(69,129,188); }

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