#46544E

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

Shades of Cape Cod #46544E

Tints of Cape Cod #46544E

Color information

#46544E (or 0x46544E) is unknown color: approx Cape Cod. HEX triplet: 46, 54 and 4E. RGB value is (70,84,78). Sum of RGB (Red+Green+Blue) = 70+84+78=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #46544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46544E is #B9ABB1. Grayscale: #4F4F4F. Windows color (decimal): -12168114 or 5133382. OLE color: 5133382.

HSL color Cylindrical-coordinate representation of color #46544E: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46544E is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB708478-
CMYK0.1700.070.67
HSL154.29º9.09%30.2%-
HSV(B)154.29º16.67%32.94%-
XYZ7.078.198.42-
YUV79.13127.36121.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=30.17%
G=36.21%
B=33.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084780.1700.070.67154.299.0930.2
Hex46544E1107439a91e
Octal10612411621071032321136
Binary100011010101001001110100010111100001110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46544E; }

 p { color: rgb(70,84,78); }

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

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

 a { background-color: rgb(70,84,78); }

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

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

 span { border-color: rgb(70,84,78); }

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