#41505B

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

Shades of Cello #41505B

Tints of Cello #41505B

Color information

#41505B (or 0x41505B) is unknown color: approx Cello. HEX triplet: 41, 50 and 5B. RGB value is (65,80,91). Sum of RGB (Red+Green+Blue) = 65+80+91=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #41505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41505B is #BEAFA4. Grayscale: #4C4C4C. Windows color (decimal): -12496805 or 5984321. OLE color: 5984321.

HSL color Cylindrical-coordinate representation of color #41505B: hue angle of 205.38º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41505B is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658091-
CMYK0.290.1200.64
HSL205.38º16.67%30.59%-
HSV(B)205.38º28.57%35.69%-
XYZ6.947.6211-
YUV76.77136.03119.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=27.54%
G=33.90%
B=38.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6580910.290.1200.64205.3816.6730.59
Hex41505B1DC040cd111f
Octal101120133351401003152137
Binary10000011010000101101111101110001000000110011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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