Html Css Color HEX #484D5F East Bay

📋 copy color: '#484D5F'

red 72 ◦ green 77 ◦ blue 95

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

Shades of East Bay #484D5F

Tints of East Bay #484D5F

RGB

 RED value IS 72 (28.52% from 255) = 29.51%

 GREEN value IS 77 (30.47% from 255) = 31.56%

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 29.51%
G = 31.56%
B = 38.93%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#484D5F (or 0x484D5F) is known color: East Bay. HEX triplet: 48, 4D and 5F. RGB value is (72,77,95). Sum of RGB (Red+Green+Blue) = 72+77+95=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #484D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D5F is #B7B2A0. Grayscale: #4D4D4D. Windows color (decimal): -12038817 or 6245704. OLE color: 6245704.

HSL color Cylindrical-coordinate representation of color #484D5F: hue angle of 226.96º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484D5F is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 77 95 -
CMYK 0.24 0.19 0 0.63
HSL 226.96º 0.14% 0.33% -
HSV(B) 226.96º 0.24% 0.37% -
XYZ 7.39 7.51 11.89 -
YUV 77.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 72 77 95 0.24 0.19 0 0.63 226.96 0.14 0.33
Hex 48 4D 5F 18 13 0 3F E3 E 21
Octal 110 115 137 30 23 0 77 343 16 41
Binary 1001000 1001101 1011111 11000 10011 0 111111 11100011 1110 100001

Color Harmonies of #484D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D5F

Black with #484D5F

Text Example


Text Example

White with #484D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484D5F; }

 p { color: rgb(72,77,95); }

 H1.HeaderClassName
 {
   color: #484D5F;
 }
 .AnyTagClassName
 {
   color: #484D5F;
 }
</style>

background-color css

<style>
 a { background-color: #484D5F; }

 a { background-color: rgb(72,77,95); }

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

border-color css

<style>
 span { border-color: #484D5F; }

 span { border-color: rgb(72,77,95); }

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