#4178AF

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

Shades of Steel Blue #4178AF

Tints of Steel Blue #4178AF

Color information

#4178AF (or 0x4178AF) is unknown color: approx Steel Blue. HEX triplet: 41, 78 and AF. RGB value is (65,120,175). Sum of RGB (Red+Green+Blue) = 65+120+175=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #4178AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4178AF is #BE8750. Grayscale: #6D6D6D. Windows color (decimal): -12486481 or 11499585. OLE color: 11499585.

HSL color Cylindrical-coordinate representation of color #4178AF: hue angle of 210º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4178AF is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65120175-
CMYK0.630.3100.31
HSL210º45.83%47.06%-
HSV(B)210º62.86%68.63%-
XYZ16.6317.6543.09-
YUV109.82164.7896.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=18.06%
G=33.33%
B=48.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651201750.630.3100.3121045.8347.06
Hex4178AF3F1F01Fd22e2f
Octal10117025777370373225657
Binary10000011111000101011111111111111101111111010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4178AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4178AF; }

 p { color: rgb(65,120,175); }

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

<style>
 a { background-color: #4178AF; }

 a { background-color: rgb(65,120,175); }

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

<style>
 span { border-color: #4178AF; }

 span { border-color: rgb(65,120,175); }

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