Html Css Color HEX #484C61 East Bay

📋 copy color: '#484C61'

red 72 ◦ green 76 ◦ blue 97

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

Shades of East Bay #484C61

Tints of East Bay #484C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 29.39%
G = 31.02%
B = 39.59%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484C61 (or 0x484C61) is known color: East Bay. HEX triplet: 48, 4C and 61. RGB value is (72,76,97). Sum of RGB (Red+Green+Blue) = 72+76+97=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #484C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C61 is #B7B39E. Grayscale: #4D4D4D. Windows color (decimal): -12039071 or 6376520. OLE color: 6376520.

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

Color convert

RGB 72 76 97 -
CMYK 0.26 0.22 0 0.62
HSL 230.4º 0.15% 0.33% -
HSV(B) 230.4º 0.26% 0.38% -
XYZ 7.41 7.41 12.35 -
YUV 77.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 72 76 97 0.26 0.22 0 0.62 230.4 0.15 0.33
Hex 48 4C 61 1A 16 0 3E E6 F 21
Octal 110 114 141 32 26 0 76 346 17 41
Binary 1001000 1001100 1100001 11010 10110 0 111110 11100110 1111 100001

Color Harmonies of #484C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C61

Black with #484C61

Text Example


Text Example

White with #484C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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