#41484C

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

Shades of Atomic #41484C

Tints of Atomic #41484C

Color information

#41484C (or 0x41484C) is unknown color: approx Atomic. HEX triplet: 41, 48 and 4C. RGB value is (65,72,76). Sum of RGB (Red+Green+Blue) = 65+72+76=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #41484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41484C is #BEB7B3. Grayscale: #464646. Windows color (decimal): -12498868 or 4999233. OLE color: 4999233.

HSL color Cylindrical-coordinate representation of color #41484C: hue angle of 201.82º 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 #41484C is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB657276-
CMYK0.140.0500.70
HSL201.82º7.8%27.65%-
HSV(B)201.82º14.47%29.8%-
XYZ5.86.287.74-
YUV70.36131.18124.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=30.52%
G=33.80%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6572760.140.0500.70201.827.827.65
Hex41484CE5046ca81c
Octal10111011416501063121034
Binary10000011001000100110011101010100011011001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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