Html Css Color HEX #484E63 East Bay

📋 copy color: '#484E63'

red 72 ◦ green 78 ◦ blue 99

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

Shades of East Bay #484E63

Tints of East Bay #484E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.33%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 28.92%
G = 31.33%
B = 39.76%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484E63 (or 0x484E63) is known color: East Bay. HEX triplet: 48, 4E and 63. RGB value is (72,78,99). Sum of RGB (Red+Green+Blue) = 72+78+99=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #484E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E63 is #B7B19C. Grayscale: #4E4E4E. Windows color (decimal): -12038557 or 6508104. OLE color: 6508104.

HSL color Cylindrical-coordinate representation of color #484E63: hue angle of 226.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484E63 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 78 99 -
CMYK 0.27 0.21 0 0.61
HSL 226.67º 0.16% 0.34% -
HSV(B) 226.67º 0.27% 0.39% -
XYZ 7.65 7.73 12.89 -
YUV 78.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 72 78 99 0.27 0.21 0 0.61 226.67 0.16 0.34
Hex 48 4E 63 1B 15 0 3D E3 10 22
Octal 110 116 143 33 25 0 75 343 20 42
Binary 1001000 1001110 1100011 11011 10101 0 111101 11100011 10000 100010

Color Harmonies of #484E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E63

Black with #484E63

Text Example


Text Example

White with #484E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,78,99); }

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

background-color css

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

 a { background-color: rgb(72,78,99); }

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

border-color css

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

 span { border-color: rgb(72,78,99); }

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