#41494C

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

Shades of Atomic #41494C

Tints of Atomic #41494C

Color information

#41494C (or 0x41494C) is unknown color: approx Atomic. HEX triplet: 41, 49 and 4C. RGB value is (65,73,76). Sum of RGB (Red+Green+Blue) = 65+73+76=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #41494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41494C is #BEB6B3. Grayscale: #464646. Windows color (decimal): -12498612 or 4999489. OLE color: 4999489.

HSL color Cylindrical-coordinate representation of color #41494C: hue angle of 196.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41494C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB657376-
CMYK0.140.0400.70
HSL196.36º7.8%27.65%-
HSV(B)196.36º14.47%29.8%-
XYZ5.876.417.77-
YUV70.95130.85123.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=30.37%
G=34.11%
B=35.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6573760.140.0400.70196.367.827.65
Hex41494CE4046c481c
Octal10111111416401063041034
Binary10000011001001100110011101000100011011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41494C;
 }
 .AnyTagClassName
 {
   color: #41494C;
 }
</style>
background-color css

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

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

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

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

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

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