Html Css Color HEX #4F5271 East Bay

📋 copy color: '#4F5271'

red 79 ◦ green 82 ◦ blue 113

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

Shades of East Bay #4F5271

Tints of East Bay #4F5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 28.83%
G = 29.93%
B = 41.24%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F5271 (or 0x4F5271) is known color: East Bay. HEX triplet: 4F, 52 and 71. RGB value is (79,82,113). Sum of RGB (Red+Green+Blue) = 79+82+113=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5271 is #B0AD8E. Grayscale: #545454. Windows color (decimal): -11578767 or 7426639. OLE color: 7426639.

HSL color Cylindrical-coordinate representation of color #4F5271: hue angle of 234.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F5271 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 82 113 -
CMYK 0.30 0.27 0 0.56
HSL 234.71º 0.18% 0.38% -
HSV(B) 234.71º 0.3% 0.44% -
XYZ 9.22 8.89 16.85 -
YUV 84.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 79 82 113 0.30 0.27 0 0.56 234.71 0.18 0.38
Hex 4F 52 71 1E 1B 0 38 EB 12 26
Octal 117 122 161 36 33 0 70 353 22 46
Binary 1001111 1010010 1110001 11110 11011 0 111000 11101011 10010 100110

Color Harmonies of #4F5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5271

Black with #4F5271

Text Example


Text Example

White with #4F5271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,113); }

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

background-color css

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

 a { background-color: rgb(79,82,113); }

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

border-color css

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

 span { border-color: rgb(79,82,113); }

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