#4075AC

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

Shades of Steel Blue #4075AC

Tints of Steel Blue #4075AC

Color information

#4075AC (or 0x4075AC) is unknown color: approx Steel Blue. HEX triplet: 40, 75 and AC. RGB value is (64,117,172). Sum of RGB (Red+Green+Blue) = 64+117+172=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #4075AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4075AC is #BF8A53. Grayscale: #6B6B6B. Windows color (decimal): -12552788 or 11302208. OLE color: 11302208.

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

Color convert

RGB64117172-
CMYK0.630.3200.33
HSL210.56º45.76%46.27%-
HSV(B)210.56º62.79%67.45%-
XYZ15.9216.7941.43-
YUV107.42164.4497.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=18.13%
G=33.14%
B=48.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641171720.630.3200.33210.5645.7646.27
Hex4075AC3F20021d32e2e
Octal10016525477400413235656
Binary1000000111010110101100111111100000010000111010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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