#475463

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

Shades of Cello #475463

Tints of Cello #475463

Color information

#475463 (or 0x475463) is unknown color: approx Cello. HEX triplet: 47, 54 and 63. RGB value is (71,84,99). Sum of RGB (Red+Green+Blue) = 71+84+99=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #475463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475463 is #B8AB9C. Grayscale: #515151. Windows color (decimal): -12102557 or 6509639. OLE color: 6509639.

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

Color convert

RGB718499-
CMYK0.280.1500.61
HSL212.14º16.47%33.33%-
HSV(B)212.14º28.28%38.82%-
XYZ8.028.5813.04-
YUV81.82137.69120.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=27.95%
G=33.07%
B=38.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7184990.280.1500.61212.1416.4733.33
Hex4754631CF03Dd41021
Octal10712414334170753242041
Binary10001111010100110001111100111101111011101010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475463; }

 p { color: rgb(71,84,99); }

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

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

 a { background-color: rgb(71,84,99); }

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

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

 span { border-color: rgb(71,84,99); }

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