#474E54

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

Shades of Atomic #474E54

Tints of Atomic #474E54

Color information

#474E54 (or 0x474E54) is unknown color: approx Atomic. HEX triplet: 47, 4E and 54. RGB value is (71,78,84). Sum of RGB (Red+Green+Blue) = 71+78+84=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #474E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E54 is #B8B1AB. Grayscale: #4C4C4C. Windows color (decimal): -12104108 or 5525063. OLE color: 5525063.

HSL color Cylindrical-coordinate representation of color #474E54: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #474E54 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717884-
CMYK0.150.0700.67
HSL207.69º8.39%30.39%-
HSV(B)207.69º15.48%32.94%-
XYZ6.927.439.46-
YUV76.59132.18124.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=30.47%
G=33.48%
B=36.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7178840.150.0700.67207.698.3930.39
Hex474E54F7043d081e
Octal10711612417701033201036
Binary10001111001110101010011111110100001111010000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,84); }

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

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

 a { background-color: rgb(71,78,84); }

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

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

 span { border-color: rgb(71,78,84); }

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