#485360

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

Shades of Cello #485360

Tints of Cello #485360

Color information

#485360 (or 0x485360) is unknown color: approx Cello. HEX triplet: 48, 53 and 60. RGB value is (72,83,96). Sum of RGB (Red+Green+Blue) = 72+83+96=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #485360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485360 is #B7AC9F. Grayscale: #515151. Windows color (decimal): -12037280 or 6312776. OLE color: 6312776.

HSL color Cylindrical-coordinate representation of color #485360: hue angle of 212.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485360 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB728396-
CMYK0.250.1400.62
HSL212.5º14.29%32.94%-
HSV(B)212.5º25%37.65%-
XYZ7.888.4112.27-
YUV81.19136.36121.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=28.69%
G=33.07%
B=38.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7283960.250.1400.62212.514.2932.94
Hex48536019E03Ed4e21
Octal11012314031160763241641
Binary1001000101001111000001100111100111110110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485360; }

 p { color: rgb(72,83,96); }

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

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

 a { background-color: rgb(72,83,96); }

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

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

 span { border-color: rgb(72,83,96); }

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