#4581BD

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

Shades of Steel Blue #4581BD

Tints of Steel Blue #4581BD

Color information

#4581BD (or 0x4581BD) is unknown color: approx Steel Blue. HEX triplet: 45, 81 and BD. RGB value is (69,129,189). Sum of RGB (Red+Green+Blue) = 69+129+189=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #4581BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581BD is #BA7E42. Grayscale: #757575. Windows color (decimal): -12222019 or 12419397. OLE color: 12419397.

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

Color convert

RGB69129189-
CMYK0.630.3200.26
HSL210º47.62%50.59%-
HSV(B)210º63.49%74.12%-
XYZ19.4920.6451.1-
YUV117.9168.1293.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.83%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=17.83%
G=33.33%
B=48.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691291890.630.3200.2621047.6250.59
Hex4581BD3F2001Ad23033
Octal10520127577400323226063
Binary1000101100000011011110111111110000001101011010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4581BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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