Html Css Color HEX #464E54 Atomic

📋 copy color: '#464E54'

red 70 ◦ green 78 ◦ blue 84

#464E54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #464E54

Tints of Atomic #464E54

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.2% from 255) = 36.21%

R = 30.17%
G = 33.62%
B = 36.21%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464E54 (or 0x464E54) is known color: 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

RGB 70 78 84 -
CMYK 0.17 0.07 0 0.67
HSL 205.71º 0.09% 0.3% -
HSV(B) 205.71º 0.17% 0.33% -
XYZ 6.85 7.39 9.45 -
YUV 76.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 70 78 84 0.17 0.07 0 0.67 205.71 0.09 0.3
Hex 46 4E 54 11 7 0 43 CE 9 1E
Octal 106 116 124 21 7 0 103 316 11 36
Binary 1000110 1001110 1010100 10001 111 0 1000011 11001110 1001 11110

Color Harmonies of #464E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E54

Black with #464E54

Text Example


Text Example

White with #464E54

Text Example


Text Example

HTML Codes & Css Web 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>