Html Css Color HEX #40484C Atomic

📋 copy color: '#40484C'

red 64 ◦ green 72 ◦ blue 76

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

Shades of Atomic #40484C

Tints of Atomic #40484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 30.19%
G = 33.96%
B = 35.85%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40484C (or 0x40484C) is known color: Atomic. HEX triplet: 40, 48 and 4C. RGB value is (64,72,76). Sum of RGB (Red+Green+Blue) = 64+72+76=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #40484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40484C is #BFB7B3. Grayscale: #464646. Windows color (decimal): -12564404 or 4999232. OLE color: 4999232.

HSL color Cylindrical-coordinate representation of color #40484C: hue angle of 200º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40484C is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 72 76 -
CMYK 0.16 0.05 0 0.70
HSL 200º 0.09% 0.27% -
HSV(B) 200º 0.16% 0.3% -
XYZ 5.74 6.25 7.74 -
YUV 70.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 64 72 76 0.16 0.05 0 0.70 200 0.09 0.27
Hex 40 48 4C 10 5 0 46 C8 9 1B
Octal 100 110 114 20 5 0 106 310 11 33
Binary 1000000 1001000 1001100 10000 101 0 1000110 11001000 1001 11011

Color Harmonies of #40484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40484C

Black with #40484C

Text Example


Text Example

White with #40484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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