#475362

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

Shades of Cello #475362

Tints of Cello #475362

Color information

#475362 (or 0x475362) is unknown color: approx Cello. HEX triplet: 47, 53 and 62. RGB value is (71,83,98). Sum of RGB (Red+Green+Blue) = 71+83+98=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #475362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475362 is #B8AC9D. Grayscale: #515151. Windows color (decimal): -12102814 or 6443847. OLE color: 6443847.

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

Color convert

RGB718398-
CMYK0.280.1500.62
HSL213.33º15.98%33.14%-
HSV(B)213.33º27.55%38.43%-
XYZ7.98.4112.76-
YUV81.12137.52120.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=28.17%
G=32.94%
B=38.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7183980.280.1500.62213.3315.9833.14
Hex4753621CF03Ed51021
Octal10712314234170763252041
Binary10001111010011110001011100111101111101101010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475362; }

 p { color: rgb(71,83,98); }

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

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

 a { background-color: rgb(71,83,98); }

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

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

 span { border-color: rgb(71,83,98); }

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