#4574BE

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

Shades of Steel Blue #4574BE

Tints of Steel Blue #4574BE

Color information

#4574BE (or 0x4574BE) is unknown color: approx Steel Blue. HEX triplet: 45, 74 and BE. RGB value is (69,116,190). Sum of RGB (Red+Green+Blue) = 69+116+190=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4574BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574BE is #BA8B41. Grayscale: #6E6E6E. Windows color (decimal): -12225346 or 12481605. OLE color: 12481605.

HSL color Cylindrical-coordinate representation of color #4574BE: hue angle of 216.69º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4574BE is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69116190-
CMYK0.640.3900.25
HSL216.69º48.21%50.78%-
HSV(B)216.69º63.68%74.51%-
XYZ17.9917.4751.14-
YUV110.38172.9398.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=18.4%
G=30.93%
B=50.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691161900.640.3900.25216.6948.2150.78
Hex4574BE4027019d93033
Octal105164276100470313316063
Binary1000101111010010111110100000010011101100111011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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