Html Css Color HEX #4F5370 East Bay

📋 copy color: '#4F5370'

red 79 ◦ green 83 ◦ blue 112

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

Shades of East Bay #4F5370

Tints of East Bay #4F5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 28.83%
G = 30.29%
B = 40.88%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F5370 (or 0x4F5370) is known color: East Bay. HEX triplet: 4F, 53 and 70. RGB value is (79,83,112). Sum of RGB (Red+Green+Blue) = 79+83+112=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5370 is #B0AC8F. Grayscale: #545454. Windows color (decimal): -11578512 or 7361359. OLE color: 7361359.

HSL color Cylindrical-coordinate representation of color #4F5370: hue angle of 232.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F5370 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 83 112 -
CMYK 0.29 0.26 0 0.56
HSL 232.73º 0.17% 0.37% -
HSV(B) 232.73º 0.29% 0.44% -
XYZ 9.24 9.02 16.58 -
YUV 85.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 79 83 112 0.29 0.26 0 0.56 232.73 0.17 0.37
Hex 4F 53 70 1D 1A 0 38 E9 11 25
Octal 117 123 160 35 32 0 70 351 21 45
Binary 1001111 1010011 1110000 11101 11010 0 111000 11101001 10001 100101

Color Harmonies of #4F5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5370

Black with #4F5370

Text Example


Text Example

White with #4F5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,112); }

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

background-color css

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

 a { background-color: rgb(79,83,112); }

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

border-color css

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

 span { border-color: rgb(79,83,112); }

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