#485462

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

Shades of Cello #485462

Tints of Cello #485462

Color information

#485462 (or 0x485462) is unknown color: approx Cello. HEX triplet: 48, 54 and 62. RGB value is (72,84,98). Sum of RGB (Red+Green+Blue) = 72+84+98=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #485462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485462 is #B7AB9D. Grayscale: #515151. Windows color (decimal): -12037022 or 6444104. OLE color: 6444104.

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

Color convert

RGB728498-
CMYK0.270.1400.62
HSL212.31º15.29%33.33%-
HSV(B)212.31º26.53%38.43%-
XYZ8.058.612.79-
YUV82.01137.02120.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=28.35%
G=33.07%
B=38.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7284980.270.1400.62212.3115.2933.33
Hex4854621BE03Ed4f21
Octal11012414233160763241741
Binary1001000101010011000101101111100111110110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485462; }

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

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

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

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

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

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

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

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