#4179C5

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

Shades of Steel Blue #4179C5

Tints of Steel Blue #4179C5

Color information

#4179C5 (or 0x4179C5) is unknown color: approx Steel Blue. HEX triplet: 41, 79 and C5. RGB value is (65,121,197). Sum of RGB (Red+Green+Blue) = 65+121+197=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #4179C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179C5 is #BE863A. Grayscale: #707070. Windows color (decimal): -12486203 or 12941633. OLE color: 12941633.

HSL color Cylindrical-coordinate representation of color #4179C5: hue angle of 214.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4179C5 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65121197-
CMYK0.670.3900.23
HSL214.55º53.23%51.37%-
HSV(B)214.55º67.01%77.25%-
XYZ19.118.8355.45-
YUV112.92175.4593.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 197 (77.34% from 255) = 51.44%
R=16.97%
G=31.59%
B=51.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651211970.670.3900.23214.5553.2351.37
Hex4179C54327017d73533
Octal101171305103470273276563
Binary1000001111100111000101100001110011101011111010111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4179C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4179C5; }

 p { color: rgb(65,121,197); }

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

<style>
 a { background-color: #4179C5; }

 a { background-color: rgb(65,121,197); }

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

<style>
 span { border-color: #4179C5; }

 span { border-color: rgb(65,121,197); }

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