#41494E

Color #41494E Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #41494E

Tints of Atomic #41494E

Color information

#41494E (or 0x41494E) is unknown color: approx 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

RGB657378-
CMYK0.170.0600.69
HSL203.08º9.09%28.04%-
HSV(B)203.08º16.67%30.59%-
XYZ5.946.448.14-
YUV71.18131.85123.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=30.09%
G=33.80%
B=36.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6573780.170.0600.69203.089.0928.04
Hex41494E116045cb91c
Octal10111111621601053131134
Binary100000110010011001110100011100100010111001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>