Html Css Color HEX #40494B Atomic

📋 copy color: '#40494B'

red 64 ◦ green 73 ◦ blue 75

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

Shades of Atomic #40494B

Tints of Atomic #40494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 30.19%
G = 34.43%
B = 35.38%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40494B (or 0x40494B) is known color: Atomic. HEX triplet: 40, 49 and 4B. RGB value is (64,73,75). Sum of RGB (Red+Green+Blue) = 64+73+75=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #40494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40494B is #BFB6B4. Grayscale: #464646. Windows color (decimal): -12564149 or 4933952. OLE color: 4933952.

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

Color convert

RGB 64 73 75 -
CMYK 0.15 0.03 0 0.71
HSL 190.91º 0.08% 0.27% -
HSV(B) 190.91º 0.15% 0.29% -
XYZ 5.77 6.36 7.58 -
YUV 70.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 64 73 75 0.15 0.03 0 0.71 190.91 0.08 0.27
Hex 40 49 4B F 3 0 47 BF 8 1B
Octal 100 111 113 17 3 0 107 277 10 33
Binary 1000000 1001001 1001011 1111 11 0 1000111 10111111 1000 11011

Color Harmonies of #40494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40494B

Black with #40494B

Text Example


Text Example

White with #40494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40494B; }

 p { color: rgb(64,73,75); }

 H1.HeaderClassName
 {
   color: #40494B;
 }
 .AnyTagClassName
 {
   color: #40494B;
 }
</style>

background-color css

<style>
 a { background-color: #40494B; }

 a { background-color: rgb(64,73,75); }

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

border-color css

<style>
 span { border-color: #40494B; }

 span { border-color: rgb(64,73,75); }

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