#415163

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

Shades of Cello #415163

Tints of Cello #415163

Color information

#415163 (or 0x415163) is unknown color: approx Cello. HEX triplet: 41, 51 and 63. RGB value is (65,81,99). Sum of RGB (Red+Green+Blue) = 65+81+99=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #415163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415163 is #BEAE9C. Grayscale: #4E4E4E. Windows color (decimal): -12496541 or 6508865. OLE color: 6508865.

HSL color Cylindrical-coordinate representation of color #415163: hue angle of 211.76º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #415163 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB658199-
CMYK0.340.1800.61
HSL211.76º20.73%32.16%-
HSV(B)211.76º34.34%38.82%-
XYZ7.377.9112.94-
YUV78.27139.7118.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=26.53%
G=33.06%
B=40.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6581990.340.1800.61211.7620.7332.16
Hex415163221203Dd41520
Octal10112114342220753242540
Binary1000001101000111000111000101001001111011101010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415163; }

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

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

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

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

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

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

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

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