#4173C1

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

Shades of Steel Blue #4173C1

Tints of Steel Blue #4173C1

Color information

#4173C1 (or 0x4173C1) is unknown color: approx Steel Blue. HEX triplet: 41, 73 and C1. RGB value is (65,115,193). Sum of RGB (Red+Green+Blue) = 65+115+193=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #4173C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4173C1 is #BE8C3E. Grayscale: #6C6C6C. Windows color (decimal): -12487743 or 12677953. OLE color: 12677953.

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

Color convert

RGB65115193-
CMYK0.660.4000.24
HSL216.56º50.79%50.59%-
HSV(B)216.56º66.32%75.69%-
XYZ17.9417.2452.83-
YUV108.94175.4496.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.43%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=17.43%
G=30.83%
B=51.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651151930.660.4000.24216.5650.7950.59
Hex4173C14228018d93333
Octal101163301102500303316363
Binary1000001111001111000001100001010100001100011011001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4173C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,115,193); }

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

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

 a { background-color: rgb(65,115,193); }

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

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

 span { border-color: rgb(65,115,193); }

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