#4574BC

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

Shades of Steel Blue #4574BC

Tints of Steel Blue #4574BC

Color information

#4574BC (or 0x4574BC) is unknown color: approx Steel Blue. HEX triplet: 45, 74 and BC. RGB value is (69,116,188). Sum of RGB (Red+Green+Blue) = 69+116+188=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4574BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574BC is #BA8B43. Grayscale: #6D6D6D. Windows color (decimal): -12225348 or 12350533. OLE color: 12350533.

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

Color convert

RGB69116188-
CMYK0.630.3800.26
HSL216.3º47.04%50.39%-
HSV(B)216.3º63.3%73.73%-
XYZ17.7817.3950-
YUV110.16171.9398.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=18.50%
G=31.10%
B=50.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691161880.630.3800.26216.347.0450.39
Hex4574BC3F2601Ad82f32
Octal10516427477460323305762
Binary100010111101001011110011111110011001101011011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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