Html Css Color HEX #414E53 Atomic

📋 copy color: '#414E53'

red 65 ◦ green 78 ◦ blue 83

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

Shades of Atomic #414E53

Tints of Atomic #414E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 28.76%
G = 34.51%
B = 36.73%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414E53 (or 0x414E53) is known color: Atomic. HEX triplet: 41, 4E and 53. RGB value is (65,78,83). Sum of RGB (Red+Green+Blue) = 65+78+83=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #414E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E53 is #BEB1AC. Grayscale: #4A4A4A. Windows color (decimal): -12497325 or 5459521. OLE color: 5459521.

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

Color convert

RGB 65 78 83 -
CMYK 0.22 0.06 0 0.67
HSL 196.67º 0.12% 0.29% -
HSV(B) 196.67º 0.22% 0.33% -
XYZ 6.47 7.2 9.23 -
YUV 74.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 65 78 83 0.22 0.06 0 0.67 196.67 0.12 0.29
Hex 41 4E 53 16 6 0 43 C5 C 1D
Octal 101 116 123 26 6 0 103 305 14 35
Binary 1000001 1001110 1010011 10110 110 0 1000011 11000101 1100 11101

Color Harmonies of #414E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E53

Black with #414E53

Text Example


Text Example

White with #414E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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