#46534E

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

Shades of Cape Cod #46534E

Tints of Cape Cod #46534E

Color information

#46534E (or 0x46534E) is unknown color: approx Cape Cod. HEX triplet: 46, 53 and 4E. RGB value is (70,83,78). Sum of RGB (Red+Green+Blue) = 70+83+78=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #46534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46534E is #B9ACB1. Grayscale: #4E4E4E. Windows color (decimal): -12168370 or 5133126. OLE color: 5133126.

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

Color convert

RGB708378-
CMYK0.1600.060.67
HSL156.92º8.5%30%-
HSV(B)156.92º15.66%32.55%-
XYZ6.998.048.39-
YUV78.54127.69121.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=30.30%
G=35.93%
B=33.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083780.1600.060.67156.928.530
Hex46534E1006439d81e
Octal10612311620061032351036
Binary100011010100111001110100000110100001110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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