#4B5652

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

Shades of Cape Cod #4B5652

Tints of Cape Cod #4B5652

Color information

#4B5652 (or 0x4B5652) is unknown color: approx Cape Cod. HEX triplet: 4B, 56 and 52. RGB value is (75,86,82). Sum of RGB (Red+Green+Blue) = 75+86+82=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5652 is #B4A9AD. Grayscale: #525252. Windows color (decimal): -11839918 or 5396043. OLE color: 5396043.

HSL color Cylindrical-coordinate representation of color #4B5652: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B5652 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB758682-
CMYK0.1300.050.66
HSL158.18º6.83%31.57%-
HSV(B)158.18º12.79%33.73%-
XYZ7.758.769.27-
YUV82.26127.86122.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.86%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=30.86%
G=35.39%
B=33.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7586820.1300.050.66158.186.8331.57
Hex4B5652D05429e720
Octal1131261221505102236740
Binary10010111010110101001011010101100001010011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,82); }

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

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

 a { background-color: rgb(75,86,82); }

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

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

 span { border-color: rgb(75,86,82); }

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