#485058

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

Shades of Cello #485058

Tints of Cello #485058

Color information

#485058 (or 0x485058) is unknown color: approx Cello. HEX triplet: 48, 50 and 58. RGB value is (72,80,88). Sum of RGB (Red+Green+Blue) = 72+80+88=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #485058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485058 is #B7AFA7. Grayscale: #4E4E4E. Windows color (decimal): -12038056 or 5787720. OLE color: 5787720.

HSL color Cylindrical-coordinate representation of color #485058: hue angle of 210º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485058 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728088-
CMYK0.180.0900.65
HSL210º10%31.37%-
HSV(B)210º18.18%34.51%-
XYZ7.37.8210.36-
YUV78.52133.35123.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=30%
G=33.33%
B=36.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7280880.180.0900.652101031.37
Hex485058129041d2a1f
Octal110120130221101013221237
Binary1001000101000010110001001010010100000111010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485058; }

 p { color: rgb(72,80,88); }

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

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

 a { background-color: rgb(72,80,88); }

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

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

 span { border-color: rgb(72,80,88); }

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