Html Css Color HEX #404C50 Atomic

📋 copy color: '#404C50'

red 64 ◦ green 76 ◦ blue 80

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

Shades of Atomic #404C50

Tints of Atomic #404C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.55%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 29.09%
G = 34.55%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404C50 (or 0x404C50) is known color: Atomic. HEX triplet: 40, 4C and 50. RGB value is (64,76,80). Sum of RGB (Red+Green+Blue) = 64+76+80=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #404C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C50 is #BFB3AF. Grayscale: #484848. Windows color (decimal): -12563376 or 5262400. OLE color: 5262400.

HSL color Cylindrical-coordinate representation of color #404C50: hue angle of 195º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404C50 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 76 80 -
CMYK 0.20 0.05 0 0.69
HSL 195º 0.11% 0.28% -
HSV(B) 195º 0.2% 0.31% -
XYZ 6.15 6.84 8.59 -
YUV 72.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 64 76 80 0.20 0.05 0 0.69 195 0.11 0.28
Hex 40 4C 50 14 5 0 45 C3 B 1C
Octal 100 114 120 24 5 0 105 303 13 34
Binary 1000000 1001100 1010000 10100 101 0 1000101 11000011 1011 11100

Color Harmonies of #404C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C50

Black with #404C50

Text Example


Text Example

White with #404C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404C50; }

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

 H1.HeaderClassName
 {
   color: #404C50;
 }
 .AnyTagClassName
 {
   color: #404C50;
 }
</style>

background-color css

<style>
 a { background-color: #404C50; }

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

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

border-color css

<style>
 span { border-color: #404C50; }

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

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