#4174BF

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

Shades of Steel Blue #4174BF

Tints of Steel Blue #4174BF

Color information

#4174BF (or 0x4174BF) is unknown color: approx Steel Blue. HEX triplet: 41, 74 and BF. RGB value is (65,116,191). Sum of RGB (Red+Green+Blue) = 65+116+191=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4174BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174BF is #BE8B40. Grayscale: #6C6C6C. Windows color (decimal): -12487489 or 12547137. OLE color: 12547137.

HSL color Cylindrical-coordinate representation of color #4174BF: hue angle of 215.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4174BF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65116191-
CMYK0.660.3900.25
HSL215.71º49.61%50.2%-
HSV(B)215.71º65.97%74.9%-
XYZ17.8317.3851.7-
YUV109.3174.196.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.47%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 191 (75% from 255) = 51.34%
R=17.47%
G=31.18%
B=51.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651161910.660.3900.25215.7149.6150.2
Hex4174BF4227019d83232
Octal101164277102470313306262
Binary1000001111010010111111100001010011101100111011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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