#4075AE

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

Shades of Steel Blue #4075AE

Tints of Steel Blue #4075AE

Color information

#4075AE (or 0x4075AE) is unknown color: approx Steel Blue. HEX triplet: 40, 75 and AE. RGB value is (64,117,174). Sum of RGB (Red+Green+Blue) = 64+117+174=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #4075AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4075AE is #BF8A51. Grayscale: #6B6B6B. Windows color (decimal): -12552786 or 11433280. OLE color: 11433280.

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

Color convert

RGB64117174-
CMYK0.630.3300.32
HSL211.09º46.22%46.67%-
HSV(B)211.09º63.22%68.24%-
XYZ16.1216.8742.45-
YUV107.65165.4496.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=18.03%
G=32.96%
B=49.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641171740.630.3300.32211.0946.2246.67
Hex4075AE3F21020d32e2f
Octal10016525677410403235657
Binary1000000111010110101110111111100001010000011010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4075AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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