#475261

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

Shades of Cello #475261

Tints of Cello #475261

Color information

#475261 (or 0x475261) is unknown color: approx Cello. HEX triplet: 47, 52 and 61. RGB value is (71,82,97). Sum of RGB (Red+Green+Blue) = 71+82+97=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #475261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475261 is #B8AD9E. Grayscale: #505050. Windows color (decimal): -12103071 or 6378055. OLE color: 6378055.

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

Color convert

RGB718297-
CMYK0.270.1500.62
HSL214.62º15.48%32.94%-
HSV(B)214.62º26.8%38.04%-
XYZ7.778.2412.49-
YUV80.42137.36121.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=28.4%
G=32.8%
B=38.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7182970.270.1500.62214.6215.4832.94
Hex4752611BF03Ed7f21
Octal10712214133170763271741
Binary1000111101001011000011101111110111110110101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475261; }

 p { color: rgb(71,82,97); }

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

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

 a { background-color: rgb(71,82,97); }

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

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

 span { border-color: rgb(71,82,97); }

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