Html Css Color HEX #414E54 Atomic

📋 copy color: '#414E54'

red 65 ◦ green 78 ◦ blue 84

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

Shades of Atomic #414E54

Tints of Atomic #414E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37%

R = 28.63%
G = 34.36%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414E54 (or 0x414E54) is known color: Atomic. HEX triplet: 41, 4E and 54. RGB value is (65,78,84). Sum of RGB (Red+Green+Blue) = 65+78+84=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #414E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E54 is #BEB1AB. Grayscale: #4A4A4A. Windows color (decimal): -12497324 or 5525057. OLE color: 5525057.

HSL color Cylindrical-coordinate representation of color #414E54: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414E54 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 78 84 -
CMYK 0.23 0.07 0 0.67
HSL 198.95º 0.13% 0.29% -
HSV(B) 198.95º 0.23% 0.33% -
XYZ 6.5 7.21 9.44 -
YUV 74.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 65 78 84 0.23 0.07 0 0.67 198.95 0.13 0.29
Hex 41 4E 54 17 7 0 43 C7 D 1D
Octal 101 116 124 27 7 0 103 307 15 35
Binary 1000001 1001110 1010100 10111 111 0 1000011 11000111 1101 11101

Color Harmonies of #414E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E54

Black with #414E54

Text Example


Text Example

White with #414E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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