Html Css Color HEX #4F5A57 Cape Cod

📋 copy color: '#4F5A57'

red 79 ◦ green 90 ◦ blue 87

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

Shades of Cape Cod #4F5A57

Tints of Cape Cod #4F5A57

RGB

 RED value IS 79 (31.25% from 255) = 30.86%

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

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 30.86%
G = 35.16%
B = 33.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#4F5A57 (or 0x4F5A57) is known color: Cape Cod. HEX triplet: 4F, 5A and 57. RGB value is (79,90,87). Sum of RGB (Red+Green+Blue) = 79+90+87=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A57 is #B0A5A8. Grayscale: #565656. Windows color (decimal): -11576745 or 5724751. OLE color: 5724751.

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

Color convert

RGB 79 90 87 -
CMYK 0.12 0 0.03 0.65
HSL 163.64º 0.07% 0.33% -
HSV(B) 163.64º 0.12% 0.35% -
XYZ 8.6 9.66 10.43 -
YUV 86.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 79 90 87 0.12 0 0.03 0.65 163.64 0.07 0.33
Hex 4F 5A 57 C 0 3 41 A4 7 21
Octal 117 132 127 14 0 3 101 244 7 41
Binary 1001111 1011010 1010111 1100 0 11 1000001 10100100 111 100001

Color Harmonies of #4F5A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A57

Black with #4F5A57

Text Example


Text Example

White with #4F5A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,87); }

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

background-color css

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

 a { background-color: rgb(79,90,87); }

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

border-color css

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

 span { border-color: rgb(79,90,87); }

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