#474B4D

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

Shades of Atomic #474B4D

Tints of Atomic #474B4D

Color information

#474B4D (or 0x474B4D) is unknown color: approx Atomic. HEX triplet: 47, 4B and 4D. RGB value is (71,75,77). Sum of RGB (Red+Green+Blue) = 71+75+77=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #474B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B4D is #B8B4B2. Grayscale: #4A4A4A. Windows color (decimal): -12104883 or 5065543. OLE color: 5065543.

HSL color Cylindrical-coordinate representation of color #474B4D: hue angle of 200º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474B4D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB717577-
CMYK0.080.0300.70
HSL200º4.05%29.02%-
HSV(B)200º7.79%30.2%-
XYZ6.456.918.01-
YUV74.03129.67125.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=31.84%
G=33.63%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7175770.080.0300.702004.0529.02
Hex474B4D83046c841d
Octal1071131151030106310435
Binary100011110010111001101100011010001101100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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