#464E54

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

Shades of Atomic #464E54

Tints of Atomic #464E54

Color information

#464E54 (or 0x464E54) is unknown color: approx Atomic. HEX triplet: 46, 4E and 54. RGB value is (70,78,84). Sum of RGB (Red+Green+Blue) = 70+78+84=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #464E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E54 is #B9B1AB. Grayscale: #4C4C4C. Windows color (decimal): -12169644 or 5525062. OLE color: 5525062.

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

Color convert

RGB707884-
CMYK0.170.0700.67
HSL205.71º9.09%30.2%-
HSV(B)205.71º16.67%32.94%-
XYZ6.857.399.45-
YUV76.29132.35123.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=30.17%
G=33.62%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7078840.170.0700.67205.719.0930.2
Hex464E54117043ce91e
Octal10611612421701033161136
Binary100011010011101010100100011110100001111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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