Html Css Color HEX #40484A Atomic

📋 copy color: '#40484A'

red 64 ◦ green 72 ◦ blue 74

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

Shades of Atomic #40484A

Tints of Atomic #40484A

RGB

 RED value IS 64 (25.39% from 255) = 30.48%

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 30.48%
G = 34.29%
B = 35.24%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40484A (or 0x40484A) is known color: Atomic. HEX triplet: 40, 48 and 4A. RGB value is (64,72,74). Sum of RGB (Red+Green+Blue) = 64+72+74=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #40484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40484A is #BFB7B5. Grayscale: #454545. Windows color (decimal): -12564406 or 4868160. OLE color: 4868160.

HSL color Cylindrical-coordinate representation of color #40484A: hue angle of 192º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40484A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 72 74 -
CMYK 0.14 0.03 0 0.71
HSL 192º 0.07% 0.27% -
HSV(B) 192º 0.14% 0.29% -
XYZ 5.67 6.22 7.38 -
YUV 69.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 64 72 74 0.14 0.03 0 0.71 192 0.07 0.27
Hex 40 48 4A E 3 0 47 C0 7 1B
Octal 100 110 112 16 3 0 107 300 7 33
Binary 1000000 1001000 1001010 1110 11 0 1000111 11000000 111 11011

Color Harmonies of #40484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40484A

Black with #40484A

Text Example


Text Example

White with #40484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40484A; }

 p { color: rgb(64,72,74); }

 H1.HeaderClassName
 {
   color: #40484A;
 }
 .AnyTagClassName
 {
   color: #40484A;
 }
</style>

background-color css

<style>
 a { background-color: #40484A; }

 a { background-color: rgb(64,72,74); }

 div.DivClassName
 {
   background-color: #40484A;
 }
 .BgClassName
 {
   background-color: #40484A;
 }
</style>

border-color css

<style>
 span { border-color: #40484A; }

 span { border-color: rgb(64,72,74); }

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