#41494D

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

Shades of Atomic #41494D

Tints of Atomic #41494D

Color information

#41494D (or 0x41494D) is unknown color: approx Atomic. HEX triplet: 41, 49 and 4D. RGB value is (65,73,77). Sum of RGB (Red+Green+Blue) = 65+73+77=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #41494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41494D is #BEB6B2. Grayscale: #474747. Windows color (decimal): -12498611 or 5065025. OLE color: 5065025.

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

Color convert

RGB657377-
CMYK0.160.0500.70
HSL200º8.45%27.84%-
HSV(B)200º15.58%30.2%-
XYZ5.96.427.95-
YUV71.06131.35123.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=30.23%
G=33.95%
B=35.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6573770.160.0500.702008.4527.84
Hex41494D105046c881c
Octal10111111520501063101034
Binary100000110010011001101100001010100011011001000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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