#485463

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

Shades of Cello #485463

Tints of Cello #485463

Color information

#485463 (or 0x485463) is unknown color: approx Cello. HEX triplet: 48, 54 and 63. RGB value is (72,84,99). Sum of RGB (Red+Green+Blue) = 72+84+99=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #485463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485463 is #B7AB9C. Grayscale: #525252. Windows color (decimal): -12037021 or 6509640. OLE color: 6509640.

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

Color convert

RGB728499-
CMYK0.270.1500.61
HSL213.33º15.79%33.53%-
HSV(B)213.33º27.27%38.82%-
XYZ8.098.6213.04-
YUV82.12137.52120.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=28.24%
G=32.94%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7284990.270.1500.61213.3315.7933.53
Hex4854631BF03Dd51022
Octal11012414333170753252042
Binary10010001010100110001111011111101111011101010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485463; }

 p { color: rgb(72,84,99); }

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

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

 a { background-color: rgb(72,84,99); }

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

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

 span { border-color: rgb(72,84,99); }

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