#464D52

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

Shades of Atomic #464D52

Tints of Atomic #464D52

Color information

#464D52 (or 0x464D52) is unknown color: approx Atomic. HEX triplet: 46, 4D and 52. RGB value is (70,77,82). Sum of RGB (Red+Green+Blue) = 70+77+82=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 82 - color contains mainly: blue. Hex color #464D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D52 is #B9B2AD. Grayscale: #4B4B4B. Windows color (decimal): -12169902 or 5393734. OLE color: 5393734.

HSL color Cylindrical-coordinate representation of color #464D52: hue angle of 205º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #464D52 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB707782-
CMYK0.150.0600.68
HSL205º7.89%29.8%-
HSV(B)205º14.63%32.16%-
XYZ6.77.229.02-
YUV75.48131.68124.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=30.57%
G=33.62%
B=35.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7077820.150.0600.682057.8929.8
Hex464D52F6044cd81e
Octal10611512217601043151036
Binary10001101001101101001011111100100010011001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464D52; }

 p { color: rgb(70,77,82); }

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

<style>
 a { background-color: #464D52; }

 a { background-color: rgb(70,77,82); }

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

<style>
 span { border-color: #464D52; }

 span { border-color: rgb(70,77,82); }

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