#405163

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

Shades of Cello #405163

Tints of Cello #405163

Color information

#405163 (or 0x405163) is unknown color: approx Cello. HEX triplet: 40, 51 and 63. RGB value is (64,81,99). Sum of RGB (Red+Green+Blue) = 64+81+99=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 81 (32.03% from 255 or 33.20% 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 #405163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405163 is #BFAE9C. Grayscale: #4D4D4D. Windows color (decimal): -12562077 or 6508864. OLE color: 6508864.

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

Color convert

RGB648199-
CMYK0.350.1800.61
HSL210.86º21.47%31.96%-
HSV(B)210.86º35.35%38.82%-
XYZ7.317.8812.94-
YUV77.97139.87118.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=26.23%
G=33.20%
B=40.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6481990.350.1800.61210.8621.4731.96
Hex405163231203Dd31520
Octal10012114343220753232540
Binary1000000101000111000111000111001001111011101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405163; }

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

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

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

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

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

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

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

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