#475852

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

Shades of Cape Cod #475852

Tints of Cape Cod #475852

Color information

#475852 (or 0x475852) is unknown color: approx Cape Cod. HEX triplet: 47, 58 and 52. RGB value is (71,88,82). Sum of RGB (Red+Green+Blue) = 71+88+82=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #475852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475852 is #B8A7AD. Grayscale: #525252. Windows color (decimal): -12101550 or 5396551. OLE color: 5396551.

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

Color convert

RGB718882-
CMYK0.1900.070.65
HSL158.82º10.69%31.18%-
HSV(B)158.82º19.32%34.51%-
XYZ7.618.939.3-
YUV82.23127.87119.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=29.46%
G=36.51%
B=34.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188820.1900.070.65158.8210.6931.18
Hex4758521307419fb1f
Octal10713012223071012371337
Binary100011110110001010010100110111100000110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475852; }

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

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

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

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

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

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

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

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