Html Css Color HEX #4F5573 East Bay

📋 copy color: '#4F5573'

red 79 ◦ green 85 ◦ blue 115

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

Shades of East Bay #4F5573

Tints of East Bay #4F5573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 28.32%
G = 30.47%
B = 41.22%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F5573 (or 0x4F5573) is known color: East Bay. HEX triplet: 4F, 55 and 73. RGB value is (79,85,115). Sum of RGB (Red+Green+Blue) = 79+85+115=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5573 is #B0AA8C. Grayscale: #565656. Windows color (decimal): -11577997 or 7558479. OLE color: 7558479.

HSL color Cylindrical-coordinate representation of color #4F5573: hue angle of 230º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5573 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 85 115 -
CMYK 0.31 0.26 0 0.55
HSL 230º 0.19% 0.38% -
HSV(B) 230º 0.31% 0.45% -
XYZ 9.57 9.4 17.53 -
YUV 86.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 79 85 115 0.31 0.26 0 0.55 230 0.19 0.38
Hex 4F 55 73 1F 1A 0 37 E6 13 26
Octal 117 125 163 37 32 0 67 346 23 46
Binary 1001111 1010101 1110011 11111 11010 0 110111 11100110 10011 100110

Color Harmonies of #4F5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5573

Black with #4F5573

Text Example


Text Example

White with #4F5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,115); }

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

background-color css

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

 a { background-color: rgb(79,85,115); }

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

border-color css

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

 span { border-color: rgb(79,85,115); }

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