#474D51

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

Shades of Atomic #474D51

Tints of Atomic #474D51

Color information

#474D51 (or 0x474D51) is unknown color: approx Atomic. HEX triplet: 47, 4D and 51. RGB value is (71,77,81). Sum of RGB (Red+Green+Blue) = 71+77+81=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #474D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D51 is #B8B2AE. Grayscale: #4B4B4B. Windows color (decimal): -12104367 or 5328199. OLE color: 5328199.

HSL color Cylindrical-coordinate representation of color #474D51: hue angle of 204º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474D51 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB717781-
CMYK0.120.0500.68
HSL204º6.58%29.8%-
HSV(B)204º12.35%31.76%-
XYZ6.747.248.83-
YUV75.66131.01124.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=31.00%
G=33.62%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7177810.120.0500.682046.5829.8
Hex474D51C5044cc71e
Octal1071151211450104314736
Binary1000111100110110100011100101010001001100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,77,81); }

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

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

 a { background-color: rgb(71,77,81); }

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

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

 span { border-color: rgb(71,77,81); }

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