Html Css Color HEX #484C63 East Bay

📋 copy color: '#484C63'

red 72 ◦ green 76 ◦ blue 99

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

Shades of East Bay #484C63

Tints of East Bay #484C63

RGB

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

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

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

R = 29.15%
G = 30.77%
B = 40.08%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484C63 (or 0x484C63) is known color: East Bay. HEX triplet: 48, 4C and 63. RGB value is (72,76,99). Sum of RGB (Red+Green+Blue) = 72+76+99=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #484C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C63 is #B7B39C. Grayscale: #4D4D4D. Windows color (decimal): -12039069 or 6507592. OLE color: 6507592.

HSL color Cylindrical-coordinate representation of color #484C63: hue angle of 231.11º 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 #484C63 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 76 99 -
CMYK 0.27 0.23 0 0.61
HSL 231.11º 0.16% 0.34% -
HSV(B) 231.11º 0.27% 0.39% -
XYZ 7.51 7.45 12.85 -
YUV 77.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 72 76 99 0.27 0.23 0 0.61 231.11 0.16 0.34
Hex 48 4C 63 1B 17 0 3D E7 10 22
Octal 110 114 143 33 27 0 75 347 20 42
Binary 1001000 1001100 1100011 11011 10111 0 111101 11100111 10000 100010

Color Harmonies of #484C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C63

Black with #484C63

Text Example


Text Example

White with #484C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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