Html Css Color HEX #484C5F East Bay

📋 copy color: '#484C5F'

red 72 ◦ green 76 ◦ blue 95

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

Shades of East Bay #484C5F

Tints of East Bay #484C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 29.63%
G = 31.28%
B = 39.09%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#484C5F (or 0x484C5F) is known color: East Bay. HEX triplet: 48, 4C and 5F. RGB value is (72,76,95). Sum of RGB (Red+Green+Blue) = 72+76+95=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #484C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5F is #B7B3A0. Grayscale: #4C4C4C. Windows color (decimal): -12039073 or 6245448. OLE color: 6245448.

HSL color Cylindrical-coordinate representation of color #484C5F: hue angle of 229.57º 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 #484C5F is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 76 95 -
CMYK 0.24 0.20 0 0.63
HSL 229.57º 0.14% 0.33% -
HSV(B) 229.57º 0.24% 0.37% -
XYZ 7.32 7.37 11.86 -
YUV 76.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 72 76 95 0.24 0.20 0 0.63 229.57 0.14 0.33
Hex 48 4C 5F 18 14 0 3F E6 E 21
Octal 110 114 137 30 24 0 77 346 16 41
Binary 1001000 1001100 1011111 11000 10100 0 111111 11100110 1110 100001

Color Harmonies of #484C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C5F

Black with #484C5F

Text Example


Text Example

White with #484C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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