#41504E

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

Shades of Dark Slate #41504E

Tints of Dark Slate #41504E

Color information

#41504E (or 0x41504E) is unknown color: approx Dark Slate. HEX triplet: 41, 50 and 4E. RGB value is (65,80,78). Sum of RGB (Red+Green+Blue) = 65+80+78=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #41504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41504E is #BEAFB1. Grayscale: #4B4B4B. Windows color (decimal): -12496818 or 5132353. OLE color: 5132353.

HSL color Cylindrical-coordinate representation of color #41504E: hue angle of 172º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #41504E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB658078-
CMYK0.1900.020.69
HSL172º10.34%28.43%-
HSV(B)172º18.75%31.37%-
XYZ6.427.418.3-
YUV75.29129.53120.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=29.15%
G=35.87%
B=34.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580780.1900.020.6917210.3428.43
Hex41504E130245aca1c
Octal10112011623021052541234
Binary10000011010000100111010011010100010110101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41504E; }

 p { color: rgb(65,80,78); }

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

<style>
 a { background-color: #41504E; }

 a { background-color: rgb(65,80,78); }

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

<style>
 span { border-color: #41504E; }

 span { border-color: rgb(65,80,78); }

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