#4171BF

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

Shades of Steel Blue #4171BF

Tints of Steel Blue #4171BF

Color information

#4171BF (or 0x4171BF) is unknown color: approx Steel Blue. HEX triplet: 41, 71 and BF. RGB value is (65,113,191). Sum of RGB (Red+Green+Blue) = 65+113+191=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #4171BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171BF is #BE8E40. Grayscale: #6B6B6B. Windows color (decimal): -12488257 or 12546369. OLE color: 12546369.

HSL color Cylindrical-coordinate representation of color #4171BF: hue angle of 217.14º 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 #4171BF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65113191-
CMYK0.660.4100.25
HSL217.14º49.61%50.2%-
HSV(B)217.14º65.97%74.9%-
XYZ17.4916.751.59-
YUV107.54175.197.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 191 (75% from 255) = 51.76%
R=17.62%
G=30.62%
B=51.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651131910.660.4100.25217.1449.6150.2
Hex4171BF4229019d93232
Octal101161277102510313316262
Binary1000001111000110111111100001010100101100111011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4171BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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