Html Css Color HEX #414E56 Atomic

📋 copy color: '#414E56'

red 65 ◦ green 78 ◦ blue 86

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

Shades of Atomic #414E56

Tints of Atomic #414E56

RGB

 RED value IS 65 (25.78% from 255) = 28.38%

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

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 28.38%
G = 34.06%
B = 37.55%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414E56 (or 0x414E56) is known color: Atomic. HEX triplet: 41, 4E and 56. RGB value is (65,78,86). Sum of RGB (Red+Green+Blue) = 65+78+86=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #414E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E56 is #BEB1A9. Grayscale: #4A4A4A. Windows color (decimal): -12497322 or 5656129. OLE color: 5656129.

HSL color Cylindrical-coordinate representation of color #414E56: hue angle of 202.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414E56 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 78 86 -
CMYK 0.24 0.09 0 0.66
HSL 202.86º 0.14% 0.3% -
HSV(B) 202.86º 0.24% 0.34% -
XYZ 6.58 7.24 9.86 -
YUV 75.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 65 78 86 0.24 0.09 0 0.66 202.86 0.14 0.3
Hex 41 4E 56 18 9 0 42 CB E 1E
Octal 101 116 126 30 11 0 102 313 16 36
Binary 1000001 1001110 1010110 11000 1001 0 1000010 11001011 1110 11110

Color Harmonies of #414E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E56

Black with #414E56

Text Example


Text Example

White with #414E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414E56; }

 p { color: rgb(65,78,86); }

 H1.HeaderClassName
 {
   color: #414E56;
 }
 .AnyTagClassName
 {
   color: #414E56;
 }
</style>

background-color css

<style>
 a { background-color: #414E56; }

 a { background-color: rgb(65,78,86); }

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

border-color css

<style>
 span { border-color: #414E56; }

 span { border-color: rgb(65,78,86); }

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