Html Css Color HEX #404A51 Atomic

📋 copy color: '#404A51'

red 64 ◦ green 74 ◦ blue 81

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

Shades of Atomic #404A51

Tints of Atomic #404A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 29.22%
G = 33.79%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404A51 (or 0x404A51) is known color: Atomic. HEX triplet: 40, 4A and 51. RGB value is (64,74,81). Sum of RGB (Red+Green+Blue) = 64+74+81=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #404A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A51 is #BFB5AE. Grayscale: #474747. Windows color (decimal): -12563887 or 5327424. OLE color: 5327424.

HSL color Cylindrical-coordinate representation of color #404A51: hue angle of 204.71º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404A51 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 74 81 -
CMYK 0.21 0.09 0 0.68
HSL 204.71º 0.12% 0.28% -
HSV(B) 204.71º 0.21% 0.32% -
XYZ 6.05 6.58 8.74 -
YUV 71.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 64 74 81 0.21 0.09 0 0.68 204.71 0.12 0.28
Hex 40 4A 51 15 9 0 44 CD C 1C
Octal 100 112 121 25 11 0 104 315 14 34
Binary 1000000 1001010 1010001 10101 1001 0 1000100 11001101 1100 11100

Color Harmonies of #404A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A51

Black with #404A51

Text Example


Text Example

White with #404A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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