Html Css Color HEX #4F576E East Bay

📋 copy color: '#4F576E'

red 79 ◦ green 87 ◦ blue 110

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

Shades of East Bay #4F576E

Tints of East Bay #4F576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 28.62%
G = 31.52%
B = 39.86%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F576E (or 0x4F576E) is known color: East Bay. HEX triplet: 4F, 57 and 6E. RGB value is (79,87,110). Sum of RGB (Red+Green+Blue) = 79+87+110=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F576E is #B0A891. Grayscale: #575757. Windows color (decimal): -11577490 or 7231311. OLE color: 7231311.

HSL color Cylindrical-coordinate representation of color #4F576E: hue angle of 224.52º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F576E is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 87 110 -
CMYK 0.28 0.21 0 0.57
HSL 224.52º 0.16% 0.37% -
HSV(B) 224.52º 0.28% 0.43% -
XYZ 9.45 9.6 16.11 -
YUV 87.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 79 87 110 0.28 0.21 0 0.57 224.52 0.16 0.37
Hex 4F 57 6E 1C 15 0 39 E1 10 25
Octal 117 127 156 34 25 0 71 341 20 45
Binary 1001111 1010111 1101110 11100 10101 0 111001 11100001 10000 100101

Color Harmonies of #4F576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F576E

Black with #4F576E

Text Example


Text Example

White with #4F576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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