#4174BD

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

Shades of Steel Blue #4174BD

Tints of Steel Blue #4174BD

Color information

#4174BD (or 0x4174BD) is unknown color: approx Steel Blue. HEX triplet: 41, 74 and BD. RGB value is (65,116,189). Sum of RGB (Red+Green+Blue) = 65+116+189=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #4174BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174BD is #BE8B42. Grayscale: #6C6C6C. Windows color (decimal): -12487491 or 12416065. OLE color: 12416065.

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

Color convert

RGB65116189-
CMYK0.660.3900.26
HSL215.32º48.82%49.8%-
HSV(B)215.32º65.61%74.12%-
XYZ17.6117.2950.55-
YUV109.07173.196.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=17.57%
G=31.35%
B=51.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651161890.660.3900.26215.3248.8249.8
Hex4174BD422701Ad73132
Octal101164275102470323276162
Binary1000001111010010111101100001010011101101011010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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