#41515E

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

Shades of Cello #41515E

Tints of Cello #41515E

Color information

#41515E (or 0x41515E) is unknown color: approx Cello. HEX triplet: 41, 51 and 5E. RGB value is (65,81,94). Sum of RGB (Red+Green+Blue) = 65+81+94=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #41515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41515E is #BEAEA1. Grayscale: #4D4D4D. Windows color (decimal): -12496546 or 6181185. OLE color: 6181185.

HSL color Cylindrical-coordinate representation of color #41515E: hue angle of 206.9º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41515E is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB658194-
CMYK0.310.1400.63
HSL206.9º18.24%31.18%-
HSV(B)206.9º30.85%36.86%-
XYZ7.147.8211.72-
YUV77.7137.2118.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=27.08%
G=33.75%
B=39.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6581940.310.1400.63206.918.2431.18
Hex41515E1FE03Fcf121f
Octal10112113637160773172237
Binary1000001101000110111101111111100111111110011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,81,94); }

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

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

 a { background-color: rgb(65,81,94); }

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

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

 span { border-color: rgb(65,81,94); }

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