#474C50

Color #474C50 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #474C50

Tints of Atomic #474C50

Color information

#474C50 (or 0x474C50) is unknown color: approx Atomic. HEX triplet: 47, 4C and 50. RGB value is (71,76,80). Sum of RGB (Red+Green+Blue) = 71+76+80=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #474C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C50 is #B8B3AF. Grayscale: #4A4A4A. Windows color (decimal): -12104624 or 5262407. OLE color: 5262407.

HSL color Cylindrical-coordinate representation of color #474C50: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474C50 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB717680-
CMYK0.110.0500.69
HSL206.67º5.96%29.61%-
HSV(B)206.67º11.25%31.37%-
XYZ6.637.098.61-
YUV74.96130.84125.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=31.28%
G=33.48%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7176800.110.0500.69206.675.9629.61
Hex474C50B5045cf61e
Octal1071141201350105317636
Binary1000111100110010100001011101010001011100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C50; }

 p { color: rgb(71,76,80); }

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

<style>
 a { background-color: #474C50; }

 a { background-color: rgb(71,76,80); }

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

<style>
 span { border-color: #474C50; }

 span { border-color: rgb(71,76,80); }

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