#4176AC

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

Shades of Steel Blue #4176AC

Tints of Steel Blue #4176AC

Color information

#4176AC (or 0x4176AC) is unknown color: approx Steel Blue. HEX triplet: 41, 76 and AC. RGB value is (65,118,172). Sum of RGB (Red+Green+Blue) = 65+118+172=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4176AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4176AC is #BE8953. Grayscale: #6C6C6C. Windows color (decimal): -12486996 or 11302465. OLE color: 11302465.

HSL color Cylindrical-coordinate representation of color #4176AC: hue angle of 210.28º 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 #4176AC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65118172-
CMYK0.620.3100.33
HSL210.28º45.15%46.47%-
HSV(B)210.28º62.21%67.45%-
XYZ16.117.0641.47-
YUV108.31163.9497.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=18.31%
G=33.24%
B=48.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651181720.620.3100.33210.2845.1546.47
Hex4176AC3E1F021d22d2e
Octal10116625476370413225556
Binary100000111101101010110011111011111010000111010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4176AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4176AC; }

 p { color: rgb(65,118,172); }

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

<style>
 a { background-color: #4176AC; }

 a { background-color: rgb(65,118,172); }

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

<style>
 span { border-color: #4176AC; }

 span { border-color: rgb(65,118,172); }

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