#4583B9

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

Shades of Steel Blue #4583B9

Tints of Steel Blue #4583B9

Color information

#4583B9 (or 0x4583B9) is unknown color: approx Steel Blue. HEX triplet: 45, 83 and B9. RGB value is (69,131,185). Sum of RGB (Red+Green+Blue) = 69+131+185=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #4583B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4583B9 is #BA7C46. Grayscale: #767676. Windows color (decimal): -12221511 or 12157765. OLE color: 12157765.

HSL color Cylindrical-coordinate representation of color #4583B9: hue angle of 207.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4583B9 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69131185-
CMYK0.630.2900.27
HSL207.93º45.67%49.8%-
HSV(B)207.93º62.7%72.55%-
XYZ19.332148.93-
YUV118.62165.4692.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=17.92%
G=34.03%
B=48.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691311850.630.2900.27207.9345.6749.8
Hex4583B93F1D01Bd02e32
Octal10520327177350333205662
Binary100010110000011101110011111111110101101111010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4583B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4583B9; }

 p { color: rgb(69,131,185); }

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

<style>
 a { background-color: #4583B9; }

 a { background-color: rgb(69,131,185); }

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

<style>
 span { border-color: #4583B9; }

 span { border-color: rgb(69,131,185); }

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