#41494B

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

Shades of Atomic #41494B

Tints of Atomic #41494B

Color information

#41494B (or 0x41494B) is unknown color: approx Atomic. HEX triplet: 41, 49 and 4B. RGB value is (65,73,75). Sum of RGB (Red+Green+Blue) = 65+73+75=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #41494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41494B is #BEB6B4. Grayscale: #464646. Windows color (decimal): -12498613 or 4933953. OLE color: 4933953.

HSL color Cylindrical-coordinate representation of color #41494B: hue angle of 192º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41494B is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB657375-
CMYK0.130.0300.71
HSL192º7.14%27.45%-
HSV(B)192º13.33%29.41%-
XYZ5.836.47.58-
YUV70.84130.35123.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=30.52%
G=34.27%
B=35.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6573750.130.0300.711927.1427.45
Hex41494BD3047c071b
Octal1011111131530107300733
Binary100000110010011001011110111010001111100000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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