Html Css Color HEX #4F5773 East Bay

📋 copy color: '#4F5773'

red 79 ◦ green 87 ◦ blue 115

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

Shades of East Bay #4F5773

Tints of East Bay #4F5773

RGB

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

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

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

R = 28.11%
G = 30.96%
B = 40.93%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F5773 (or 0x4F5773) is known color: East Bay. HEX triplet: 4F, 57 and 73. RGB value is (79,87,115). Sum of RGB (Red+Green+Blue) = 79+87+115=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5773 is #B0A88C. Grayscale: #575757. Windows color (decimal): -11577485 or 7558991. OLE color: 7558991.

HSL color Cylindrical-coordinate representation of color #4F5773: hue angle of 226.67º 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 #4F5773 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 87 115 -
CMYK 0.31 0.24 0 0.55
HSL 226.67º 0.19% 0.38% -
HSV(B) 226.67º 0.31% 0.45% -
XYZ 9.73 9.72 17.58 -
YUV 87.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 79 87 115 0.31 0.24 0 0.55 226.67 0.19 0.38
Hex 4F 57 73 1F 18 0 37 E3 13 26
Octal 117 127 163 37 30 0 67 343 23 46
Binary 1001111 1010111 1110011 11111 11000 0 110111 11100011 10011 100110

Color Harmonies of #4F5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5773

Black with #4F5773

Text Example


Text Example

White with #4F5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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