#464D51

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

Shades of Atomic #464D51

Tints of Atomic #464D51

Color information

#464D51 (or 0x464D51) is unknown color: approx Atomic. HEX triplet: 46, 4D and 51. RGB value is (70,77,81). Sum of RGB (Red+Green+Blue) = 70+77+81=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #464D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D51 is #B9B2AE. Grayscale: #4B4B4B. Windows color (decimal): -12169903 or 5328198. OLE color: 5328198.

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

Color convert

RGB707781-
CMYK0.140.0500.68
HSL201.82º7.28%29.61%-
HSV(B)201.82º13.58%31.76%-
XYZ6.667.28.82-
YUV75.36131.18124.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=30.70%
G=33.77%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7077810.140.0500.68201.827.2829.61
Hex464D51E5044ca71e
Octal1061151211650104312736
Binary1000110100110110100011110101010001001100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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