Html Css Color HEX #4B5A56 Cape Cod

📋 copy color: '#4B5A56'

red 75 ◦ green 90 ◦ blue 86

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

Shades of Cape Cod #4B5A56

Tints of Cape Cod #4B5A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 29.88%
G = 35.86%
B = 34.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#4B5A56 (or 0x4B5A56) is known color: Cape Cod. HEX triplet: 4B, 5A and 56. RGB value is (75,90,86). Sum of RGB (Red+Green+Blue) = 75+90+86=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5A56 is #B4A5A9. Grayscale: #555555. Windows color (decimal): -11838890 or 5659211. OLE color: 5659211.

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

Color convert

RGB 75 90 86 -
CMYK 0.17 0 0.04 0.65
HSL 164º 0.09% 0.32% -
HSV(B) 164º 0.17% 0.35% -
XYZ 8.24 9.48 10.2 -
YUV 85.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 75 90 86 0.17 0 0.04 0.65 164 0.09 0.32
Hex 4B 5A 56 11 0 4 41 A4 9 20
Octal 113 132 126 21 0 4 101 244 11 40
Binary 1001011 1011010 1010110 10001 0 100 1000001 10100100 1001 100000

Color Harmonies of #4B5A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A56

Black with #4B5A56

Text Example


Text Example

White with #4B5A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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