Html Css Color HEX #4A5551 Cape Cod

📋 copy color: '#4A5551'

red 74 ◦ green 85 ◦ blue 81

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

Shades of Cape Cod #4A5551

Tints of Cape Cod #4A5551

RGB

 RED value IS 74 (29.3% from 255) = 30.83%

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 30.83%
G = 35.42%
B = 33.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#4A5551 (or 0x4A5551) is known color: Cape Cod. HEX triplet: 4A, 55 and 51. RGB value is (74,85,81). Sum of RGB (Red+Green+Blue) = 74+85+81=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5551 is #B5AAAE. Grayscale: #515151. Windows color (decimal): -11905711 or 5330250. OLE color: 5330250.

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

Color convert

RGB 74 85 81 -
CMYK 0.13 0 0.05 0.67
HSL 158.18º 0.07% 0.31% -
HSV(B) 158.18º 0.13% 0.33% -
XYZ 7.56 8.55 9.04 -
YUV 81.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 74 85 81 0.13 0 0.05 0.67 158.18 0.07 0.31
Hex 4A 55 51 D 0 5 43 9E 7 1F
Octal 112 125 121 15 0 5 103 236 7 37
Binary 1001010 1010101 1010001 1101 0 101 1000011 10011110 111 11111

Color Harmonies of #4A5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5551

Black with #4A5551

Text Example


Text Example

White with #4A5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,81); }

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

background-color css

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

 a { background-color: rgb(74,85,81); }

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

border-color css

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

 span { border-color: rgb(74,85,81); }

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