#4174B1

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

Shades of Steel Blue #4174B1

Tints of Steel Blue #4174B1

Color information

#4174B1 (or 0x4174B1) is unknown color: approx Steel Blue. HEX triplet: 41, 74 and B1. RGB value is (65,116,177). Sum of RGB (Red+Green+Blue) = 65+116+177=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #4174B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4174B1 is #BE8B4E. Grayscale: #6B6B6B. Windows color (decimal): -12487503 or 11629633. OLE color: 11629633.

HSL color Cylindrical-coordinate representation of color #4174B1: hue angle of 212.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4174B1 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65116177-
CMYK0.630.3400.31
HSL212.68º46.28%47.45%-
HSV(B)212.68º63.28%69.41%-
XYZ16.3616.7943.97-
YUV107.7167.197.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=18.16%
G=32.40%
B=49.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651161770.630.3400.31212.6846.2847.45
Hex4174B13F2201Fd52e2f
Octal10116426177420373255657
Binary100000111101001011000111111110001001111111010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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