Html Css Color HEX #41494E Atomic

📋 copy color: '#41494E'

red 65 ◦ green 73 ◦ blue 78

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

Shades of Atomic #41494E

Tints of Atomic #41494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 30.09%
G = 33.8%
B = 36.11%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41494E (or 0x41494E) is known color: Atomic. HEX triplet: 41, 49 and 4E. RGB value is (65,73,78). Sum of RGB (Red+Green+Blue) = 65+73+78=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #41494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41494E is #BEB6B1. Grayscale: #474747. Windows color (decimal): -12498610 or 5130561. OLE color: 5130561.

HSL color Cylindrical-coordinate representation of color #41494E: hue angle of 203.08º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41494E is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 73 78 -
CMYK 0.17 0.06 0 0.69
HSL 203.08º 0.09% 0.28% -
HSV(B) 203.08º 0.17% 0.31% -
XYZ 5.94 6.44 8.14 -
YUV 71.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 65 73 78 0.17 0.06 0 0.69 203.08 0.09 0.28
Hex 41 49 4E 11 6 0 45 CB 9 1C
Octal 101 111 116 21 6 0 105 313 11 34
Binary 1000001 1001001 1001110 10001 110 0 1000101 11001011 1001 11100

Color Harmonies of #41494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41494E

Black with #41494E

Text Example


Text Example

White with #41494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41494E; }

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

 H1.HeaderClassName
 {
   color: #41494E;
 }
 .AnyTagClassName
 {
   color: #41494E;
 }
</style>

background-color css

<style>
 a { background-color: #41494E; }

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

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

border-color css

<style>
 span { border-color: #41494E; }

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

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