#41505A

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

Shades of Cello #41505A

Tints of Cello #41505A

Color information

#41505A (or 0x41505A) is unknown color: approx Cello. HEX triplet: 41, 50 and 5A. RGB value is (65,80,90). Sum of RGB (Red+Green+Blue) = 65+80+90=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #41505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41505A is #BEAFA5. Grayscale: #4C4C4C. Windows color (decimal): -12496806 or 5918785. OLE color: 5918785.

HSL color Cylindrical-coordinate representation of color #41505A: hue angle of 204º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41505A is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB658090-
CMYK0.280.1100.65
HSL204º16.13%30.39%-
HSV(B)204º27.78%35.29%-
XYZ6.897.610.78-
YUV76.66135.53119.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=27.66%
G=34.04%
B=38.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6580900.280.1100.6520416.1330.39
Hex41505A1CB041cc101e
Octal101120132341301013142036
Binary10000011010000101101011100101101000001110011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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