Html Css Color HEX #4B5954 Cape Cod

📋 copy color: '#4B5954'

red 75 ◦ green 89 ◦ blue 84

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

Shades of Cape Cod #4B5954

Tints of Cape Cod #4B5954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 30.24%
G = 35.89%
B = 33.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#4B5954 (or 0x4B5954) is known color: Cape Cod. HEX triplet: 4B, 59 and 54. RGB value is (75,89,84). Sum of RGB (Red+Green+Blue) = 75+89+84=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5954 is #B4A6AB. Grayscale: #545454. Windows color (decimal): -11839148 or 5527883. OLE color: 5527883.

HSL color Cylindrical-coordinate representation of color #4B5954: hue angle of 158.57º 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 #4B5954 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 84 -
CMYK 0.16 0 0.06 0.65
HSL 158.57º 0.09% 0.32% -
HSV(B) 158.57º 0.16% 0.35% -
XYZ 8.07 9.28 9.75 -
YUV 84.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 75 89 84 0.16 0 0.06 0.65 158.57 0.09 0.32
Hex 4B 59 54 10 0 6 41 9F 9 20
Octal 113 131 124 20 0 6 101 237 11 40
Binary 1001011 1011001 1010100 10000 0 110 1000001 10011111 1001 100000

Color Harmonies of #4B5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5954

Black with #4B5954

Text Example


Text Example

White with #4B5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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