Html Css Color HEX #404E55 Atomic

📋 copy color: '#404E55'

red 64 ◦ green 78 ◦ blue 85

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

Shades of Atomic #404E55

Tints of Atomic #404E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 28.19%
G = 34.36%
B = 37.44%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404E55 (or 0x404E55) is known color: Atomic. HEX triplet: 40, 4E and 55. RGB value is (64,78,85). Sum of RGB (Red+Green+Blue) = 64+78+85=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #404E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E55 is #BFB1AA. Grayscale: #4A4A4A. Windows color (decimal): -12562859 or 5590592. OLE color: 5590592.

HSL color Cylindrical-coordinate representation of color #404E55: hue angle of 200º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404E55 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 78 85 -
CMYK 0.25 0.08 0 0.67
HSL 200º 0.14% 0.29% -
HSV(B) 200º 0.25% 0.33% -
XYZ 6.48 7.19 9.64 -
YUV 74.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 64 78 85 0.25 0.08 0 0.67 200 0.14 0.29
Hex 40 4E 55 19 8 0 43 C8 E 1D
Octal 100 116 125 31 10 0 103 310 16 35
Binary 1000000 1001110 1010101 11001 1000 0 1000011 11001000 1110 11101

Color Harmonies of #404E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E55

Black with #404E55

Text Example


Text Example

White with #404E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,78,85); }

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

background-color css

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

 a { background-color: rgb(64,78,85); }

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

border-color css

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

 span { border-color: rgb(64,78,85); }

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