Html Css Color HEX #4A5A55 Cape Cod

📋 copy color: '#4A5A55'

red 74 ◦ green 90 ◦ blue 85

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

Shades of Cape Cod #4A5A55

Tints of Cape Cod #4A5A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 29.72%
G = 36.14%
B = 34.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#4A5A55 (or 0x4A5A55) is known color: Cape Cod. HEX triplet: 4A, 5A and 55. RGB value is (74,90,85). Sum of RGB (Red+Green+Blue) = 74+90+85=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5A55 is #B5A5AA. Grayscale: #545454. Windows color (decimal): -11904427 or 5593674. OLE color: 5593674.

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

Color convert

RGB 74 90 85 -
CMYK 0.18 0 0.06 0.65
HSL 161.25º 0.1% 0.32% -
HSV(B) 161.25º 0.18% 0.35% -
XYZ 8.12 9.42 9.99 -
YUV 84.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 74 90 85 0.18 0 0.06 0.65 161.25 0.1 0.32
Hex 4A 5A 55 12 0 6 41 A1 A 20
Octal 112 132 125 22 0 6 101 241 12 40
Binary 1001010 1011010 1010101 10010 0 110 1000001 10100001 1010 100000

Color Harmonies of #4A5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A55

Black with #4A5A55

Text Example


Text Example

White with #4A5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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