#4175AC

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

Shades of Steel Blue #4175AC

Tints of Steel Blue #4175AC

Color information

#4175AC (or 0x4175AC) is unknown color: approx Steel Blue. HEX triplet: 41, 75 and AC. RGB value is (65,117,172). Sum of RGB (Red+Green+Blue) = 65+117+172=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #4175AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4175AC is #BE8A53. Grayscale: #6B6B6B. Windows color (decimal): -12487252 or 11302209. OLE color: 11302209.

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

Color convert

RGB65117172-
CMYK0.620.3200.33
HSL210.84º45.15%46.47%-
HSV(B)210.84º62.21%67.45%-
XYZ15.9916.8241.43-
YUV107.72164.2797.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=18.36%
G=33.05%
B=48.59%

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
Decimal651171720.620.3200.33210.8445.1546.47
Hex4175AC3E20021d32d2e
Octal10116525476400413235556
Binary1000001111010110101100111110100000010000111010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4175AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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