#4574BA

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

Shades of Steel Blue #4574BA

Tints of Steel Blue #4574BA

Color information

#4574BA (or 0x4574BA) is unknown color: approx Steel Blue. HEX triplet: 45, 74 and BA. RGB value is (69,116,186). Sum of RGB (Red+Green+Blue) = 69+116+186=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4574BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574BA is #BA8B45. Grayscale: #6D6D6D. Windows color (decimal): -12225350 or 12219461. OLE color: 12219461.

HSL color Cylindrical-coordinate representation of color #4574BA: hue angle of 215.9º 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 #4574BA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69116186-
CMYK0.630.3800.27
HSL215.9º45.88%50%-
HSV(B)215.9º62.9%72.94%-
XYZ17.5617.348.87-
YUV109.93170.9398.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=18.60%
G=31.27%
B=50.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691161860.630.3800.27215.945.8850
Hex4574BA3F2601Bd82e32
Octal10516427277460333305662
Binary100010111101001011101011111110011001101111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4574BA; }

 p { color: rgb(69,116,186); }

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

<style>
 a { background-color: #4574BA; }

 a { background-color: rgb(69,116,186); }

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

<style>
 span { border-color: #4574BA; }

 span { border-color: rgb(69,116,186); }

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