#485260

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

Shades of Cello #485260

Tints of Cello #485260

Color information

#485260 (or 0x485260) is unknown color: approx Cello. HEX triplet: 48, 52 and 60. RGB value is (72,82,96). Sum of RGB (Red+Green+Blue) = 72+82+96=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #485260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485260 is #B7AD9F. Grayscale: #505050. Windows color (decimal): -12037536 or 6312520. OLE color: 6312520.

HSL color Cylindrical-coordinate representation of color #485260: hue angle of 215º 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 #485260 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB728296-
CMYK0.250.1500.62
HSL215º14.29%32.94%-
HSV(B)215º25%37.65%-
XYZ7.88.2612.25-
YUV80.61136.69121.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=28.8%
G=32.8%
B=38.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7282960.250.1500.6221514.2932.94
Hex48526019F03Ed7e21
Octal11012214031170763271641
Binary1001000101001011000001100111110111110110101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485260; }

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

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

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

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

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

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

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

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