#4174B7

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

Shades of Steel Blue #4174B7

Tints of Steel Blue #4174B7

Color information

#4174B7 (or 0x4174B7) is unknown color: approx Steel Blue. HEX triplet: 41, 74 and B7. RGB value is (65,116,183). Sum of RGB (Red+Green+Blue) = 65+116+183=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #4174B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174B7 is #BE8B48. Grayscale: #6C6C6C. Windows color (decimal): -12487497 or 12022849. OLE color: 12022849.

HSL color Cylindrical-coordinate representation of color #4174B7: hue angle of 214.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4174B7 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB65116183-
CMYK0.640.3700.28
HSL214.07º47.58%48.63%-
HSV(B)214.07º64.48%71.76%-
XYZ16.9717.0347.19-
YUV108.39170.197.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.86%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 183 (71.88% from 255) = 50.27%
R=17.86%
G=31.87%
B=50.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651161830.640.3700.28214.0747.5848.63
Hex4174B7402501Cd63031
Octal101164267100450343266061
Binary1000001111010010110111100000010010101110011010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4174B7; }

 p { color: rgb(65,116,183); }

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

<style>
 a { background-color: #4174B7; }

 a { background-color: rgb(65,116,183); }

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

<style>
 span { border-color: #4174B7; }

 span { border-color: rgb(65,116,183); }

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