Html Css Color HEX #404A50 Atomic

📋 copy color: '#404A50'

red 64 ◦ green 74 ◦ blue 80

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

Shades of Atomic #404A50

Tints of Atomic #404A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

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

R = 29.36%
G = 33.94%
B = 36.7%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404A50 (or 0x404A50) is known color: Atomic. HEX triplet: 40, 4A and 50. RGB value is (64,74,80). Sum of RGB (Red+Green+Blue) = 64+74+80=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #404A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A50 is #BFB5AF. Grayscale: #474747. Windows color (decimal): -12563888 or 5261888. OLE color: 5261888.

HSL color Cylindrical-coordinate representation of color #404A50: hue angle of 202.5º 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 #404A50 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 74 80 -
CMYK 0.20 0.08 0 0.69
HSL 202.5º 0.11% 0.28% -
HSV(B) 202.5º 0.2% 0.31% -
XYZ 6.01 6.57 8.54 -
YUV 71.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 64 74 80 0.20 0.08 0 0.69 202.5 0.11 0.28
Hex 40 4A 50 14 8 0 45 CA B 1C
Octal 100 112 120 24 10 0 105 312 13 34
Binary 1000000 1001010 1010000 10100 1000 0 1000101 11001010 1011 11100

Color Harmonies of #404A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A50

Black with #404A50

Text Example


Text Example

White with #404A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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