Html Css Color HEX #484D62 East Bay

📋 copy color: '#484D62'

red 72 ◦ green 77 ◦ blue 98

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

Shades of East Bay #484D62

Tints of East Bay #484D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.68%

R = 29.15%
G = 31.17%
B = 39.68%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484D62 (or 0x484D62) is known color: East Bay. HEX triplet: 48, 4D and 62. RGB value is (72,77,98). Sum of RGB (Red+Green+Blue) = 72+77+98=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #484D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D62 is #B7B29D. Grayscale: #4D4D4D. Windows color (decimal): -12038814 or 6442312. OLE color: 6442312.

HSL color Cylindrical-coordinate representation of color #484D62: hue angle of 228.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484D62 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 77 98 -
CMYK 0.27 0.21 0 0.62
HSL 228.46º 0.15% 0.33% -
HSV(B) 228.46º 0.27% 0.38% -
XYZ 7.53 7.57 12.62 -
YUV 77.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 72 77 98 0.27 0.21 0 0.62 228.46 0.15 0.33
Hex 48 4D 62 1B 15 0 3E E4 F 21
Octal 110 115 142 33 25 0 76 344 17 41
Binary 1001000 1001101 1100010 11011 10101 0 111110 11100100 1111 100001

Color Harmonies of #484D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D62

Black with #484D62

Text Example


Text Example

White with #484D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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