#4580C1

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

Shades of Steel Blue #4580C1

Tints of Steel Blue #4580C1

Color information

#4580C1 (or 0x4580C1) is unknown color: approx Steel Blue. HEX triplet: 45, 80 and C1. RGB value is (69,128,193). Sum of RGB (Red+Green+Blue) = 69+128+193=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #4580C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580C1 is #BA7F3E. Grayscale: #757575. Windows color (decimal): -12222271 or 12681285. OLE color: 12681285.

HSL color Cylindrical-coordinate representation of color #4580C1: hue angle of 211.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4580C1 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB69128193-
CMYK0.640.3400.24
HSL211.45º50%51.37%-
HSV(B)211.45º64.25%75.69%-
XYZ19.820.5553.38-
YUV117.77170.4593.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=17.69%
G=32.82%
B=49.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691281930.640.3400.24211.455051.37
Hex4580C14022018d33233
Octal105200301100420303236263
Binary10001011000000011000001100000010001001100011010011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4580C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4580C1; }

 p { color: rgb(69,128,193); }

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

<style>
 a { background-color: #4580C1; }

 a { background-color: rgb(69,128,193); }

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

<style>
 span { border-color: #4580C1; }

 span { border-color: rgb(69,128,193); }

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