#474B4E

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

Shades of Atomic #474B4E

Tints of Atomic #474B4E

Color information

#474B4E (or 0x474B4E) is unknown color: approx Atomic. HEX triplet: 47, 4B and 4E. RGB value is (71,75,78). Sum of RGB (Red+Green+Blue) = 71+75+78=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 78 - color contains mainly: blue. Hex color #474B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B4E is #B8B4B1. Grayscale: #4A4A4A. Windows color (decimal): -12104882 or 5131079. OLE color: 5131079.

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

Color convert

RGB717578-
CMYK0.090.0400.69
HSL205.71º4.7%29.22%-
HSV(B)205.71º8.97%30.59%-
XYZ6.496.928.2-
YUV74.15130.17125.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=31.70%
G=33.48%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7175780.090.0400.69205.714.729.22
Hex474B4E94045ce51d
Octal1071131161140105316535
Binary1000111100101110011101001100010001011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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