#4A534E

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

Shades of Cape Cod #4A534E

Tints of Cape Cod #4A534E

Color information

#4A534E (or 0x4A534E) is unknown color: approx Cape Cod. HEX triplet: 4A, 53 and 4E. RGB value is (74,83,78). Sum of RGB (Red+Green+Blue) = 74+83+78=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #4A534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A534E is #B5ACB1. Grayscale: #4F4F4F. Windows color (decimal): -11906226 or 5133130. OLE color: 5133130.

HSL color Cylindrical-coordinate representation of color #4A534E: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A534E is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB748378-
CMYK0.1100.060.67
HSL146.67º5.73%30.78%-
HSV(B)146.67º10.84%32.55%-
XYZ7.298.198.4-
YUV79.74127.02123.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=31.49%
G=35.32%
B=33.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483780.1100.060.67146.675.7330.78
Hex4A534EB06439361f
Octal1121231161306103223637
Binary1001010101001110011101011011010000111001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A534E; }

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

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

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

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

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

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

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

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