Html Css Color HEX #4B5953 Cape Cod

📋 copy color: '#4B5953'

red 75 ◦ green 89 ◦ blue 83

#4B5953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Cod #4B5953

Tints of Cape Cod #4B5953

RGB

 RED value IS 75 (29.69% from 255) = 30.36%

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 30.36%
G = 36.03%
B = 33.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#4B5953 (or 0x4B5953) is known color: Cape Cod. HEX triplet: 4B, 59 and 53. RGB value is (75,89,83). Sum of RGB (Red+Green+Blue) = 75+89+83=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5953 is #B4A6AC. Grayscale: #545454. Windows color (decimal): -11839149 or 5462347. OLE color: 5462347.

HSL color Cylindrical-coordinate representation of color #4B5953: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5953 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 83 -
CMYK 0.16 0 0.07 0.65
HSL 154.29º 0.09% 0.32% -
HSV(B) 154.29º 0.16% 0.35% -
XYZ 8.04 9.27 9.55 -
YUV 84.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 75 89 83 0.16 0 0.07 0.65 154.29 0.09 0.32
Hex 4B 59 53 10 0 7 41 9A 9 20
Octal 113 131 123 20 0 7 101 232 11 40
Binary 1001011 1011001 1010011 10000 0 111 1000001 10011010 1001 100000

Color Harmonies of #4B5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5953

Black with #4B5953

Text Example


Text Example

White with #4B5953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,89,83); }

 H1.HeaderClassName
 {
   color: #4B5953;
 }
 .AnyTagClassName
 {
   color: #4B5953;
 }
</style>

background-color css

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

 a { background-color: rgb(75,89,83); }

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

border-color css

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

 span { border-color: rgb(75,89,83); }

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