Html Css Color HEX #484F63 East Bay

📋 copy color: '#484F63'

red 72 ◦ green 79 ◦ blue 99

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

Shades of East Bay #484F63

Tints of East Bay #484F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 28.8%
G = 31.6%
B = 39.6%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484F63 (or 0x484F63) is known color: East Bay. HEX triplet: 48, 4F and 63. RGB value is (72,79,99). Sum of RGB (Red+Green+Blue) = 72+79+99=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #484F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F63 is #B7B09C. Grayscale: #4F4F4F. Windows color (decimal): -12038301 or 6508360. OLE color: 6508360.

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

Color convert

RGB 72 79 99 -
CMYK 0.27 0.20 0 0.61
HSL 224.44º 0.16% 0.34% -
HSV(B) 224.44º 0.27% 0.39% -
XYZ 7.72 7.87 12.92 -
YUV 79.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 72 79 99 0.27 0.20 0 0.61 224.44 0.16 0.34
Hex 48 4F 63 1B 14 0 3D E0 10 22
Octal 110 117 143 33 24 0 75 340 20 42
Binary 1001000 1001111 1100011 11011 10100 0 111101 11100000 10000 100010

Color Harmonies of #484F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F63

Black with #484F63

Text Example


Text Example

White with #484F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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