#415063

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

Shades of Cello #415063

Tints of Cello #415063

Color information

#415063 (or 0x415063) is unknown color: approx Cello. HEX triplet: 41, 50 and 63. RGB value is (65,80,99). Sum of RGB (Red+Green+Blue) = 65+80+99=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #415063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415063 is #BEAF9C. Grayscale: #4D4D4D. Windows color (decimal): -12496797 or 6508609. OLE color: 6508609.

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

Color convert

RGB658099-
CMYK0.340.1900.61
HSL213.53º20.73%32.16%-
HSV(B)213.53º34.34%38.82%-
XYZ7.37.7612.92-
YUV77.68140.03118.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=26.64%
G=32.79%
B=40.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6580990.340.1900.61213.5320.7332.16
Hex415063221303Dd61520
Octal10112014342230753262540
Binary1000001101000011000111000101001101111011101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415063; }

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

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

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

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

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

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

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

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