#4175AB

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

Shades of Steel Blue #4175AB

Tints of Steel Blue #4175AB

Color information

#4175AB (or 0x4175AB) is unknown color: approx Steel Blue. HEX triplet: 41, 75 and AB. RGB value is (65,117,171). Sum of RGB (Red+Green+Blue) = 65+117+171=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #4175AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4175AB is #BE8A54. Grayscale: #6B6B6B. Windows color (decimal): -12487253 or 11236673. OLE color: 11236673.

HSL color Cylindrical-coordinate representation of color #4175AB: hue angle of 210.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4175AB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65117171-
CMYK0.620.3200.33
HSL210.57º44.92%46.27%-
HSV(B)210.57º61.99%67.06%-
XYZ15.8916.7940.93-
YUV107.61163.7797.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=18.41%
G=33.14%
B=48.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651171710.620.3200.33210.5744.9246.27
Hex4175AB3E20021d32d2e
Octal10116525376400413235556
Binary1000001111010110101011111110100000010000111010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4175AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4175AB; }

 p { color: rgb(65,117,171); }

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

<style>
 a { background-color: #4175AB; }

 a { background-color: rgb(65,117,171); }

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

<style>
 span { border-color: #4175AB; }

 span { border-color: rgb(65,117,171); }

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