#4177C8

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

Shades of Steel Blue #4177C8

Tints of Steel Blue #4177C8

Color information

#4177C8 (or 0x4177C8) is unknown color: approx Steel Blue. HEX triplet: 41, 77 and C8. RGB value is (65,119,200). Sum of RGB (Red+Green+Blue) = 65+119+200=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #4177C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177C8 is #BE8837. Grayscale: #6F6F6F. Windows color (decimal): -12486712 or 13137729. OLE color: 13137729.

HSL color Cylindrical-coordinate representation of color #4177C8: hue angle of 216º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4177C8 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65119200-
CMYK0.680.4000.22
HSL216º55.1%51.96%-
HSV(B)216º67.5%78.43%-
XYZ19.218.4957.2-
YUV112.09177.6194.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.93%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 200 (78.52% from 255) = 52.08%
R=16.93%
G=30.99%
B=52.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651192000.680.4000.2221655.151.96
Hex4177C84428016d83734
Octal101167310104500263306764
Binary1000001111011111001000100010010100001011011011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4177C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4177C8; }

 p { color: rgb(65,119,200); }

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

<style>
 a { background-color: #4177C8; }

 a { background-color: rgb(65,119,200); }

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

<style>
 span { border-color: #4177C8; }

 span { border-color: rgb(65,119,200); }

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