#415363

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

Shades of Cello #415363

Tints of Cello #415363

Color information

#415363 (or 0x415363) is unknown color: approx Cello. HEX triplet: 41, 53 and 63. RGB value is (65,83,99). Sum of RGB (Red+Green+Blue) = 65+83+99=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #415363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415363 is #BEAC9C. Grayscale: #4F4F4F. Windows color (decimal): -12496029 or 6509377. OLE color: 6509377.

HSL color Cylindrical-coordinate representation of color #415363: hue angle of 208.24º 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 #415363 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB658399-
CMYK0.340.1600.61
HSL208.24º20.73%32.16%-
HSV(B)208.24º34.34%38.82%-
XYZ7.538.2112.99-
YUV79.44139.04117.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=26.32%
G=33.60%
B=40.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6583990.340.1600.61208.2420.7332.16
Hex415363221003Dd01520
Octal10112314342200753202540
Binary1000001101001111000111000101000001111011101000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415363; }

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

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

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

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

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

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

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

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