Html Css Color HEX #404C52 Atomic

📋 copy color: '#404C52'

red 64 ◦ green 76 ◦ blue 82

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

Shades of Atomic #404C52

Tints of Atomic #404C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 28.83%
G = 34.23%
B = 36.94%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404C52 (or 0x404C52) is known color: Atomic. HEX triplet: 40, 4C and 52. RGB value is (64,76,82). Sum of RGB (Red+Green+Blue) = 64+76+82=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #404C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C52 is #BFB3AD. Grayscale: #494949. Windows color (decimal): -12563374 or 5393472. OLE color: 5393472.

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

Color convert

RGB 64 76 82 -
CMYK 0.22 0.07 0 0.68
HSL 200º 0.12% 0.29% -
HSV(B) 200º 0.22% 0.32% -
XYZ 6.22 6.87 8.98 -
YUV 73.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 64 76 82 0.22 0.07 0 0.68 200 0.12 0.29
Hex 40 4C 52 16 7 0 44 C8 C 1D
Octal 100 114 122 26 7 0 104 310 14 35
Binary 1000000 1001100 1010010 10110 111 0 1000100 11001000 1100 11101

Color Harmonies of #404C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C52

Black with #404C52

Text Example


Text Example

White with #404C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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