Html Css Color HEX #484F6C East Bay

📋 copy color: '#484F6C'

red 72 ◦ green 79 ◦ blue 108

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

Shades of East Bay #484F6C

Tints of East Bay #484F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 27.8%
G = 30.5%
B = 41.7%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#484F6C (or 0x484F6C) is known color: East Bay. HEX triplet: 48, 4F and 6C. RGB value is (72,79,108). Sum of RGB (Red+Green+Blue) = 72+79+108=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #484F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F6C is #B7B093. Grayscale: #505050. Windows color (decimal): -12038292 or 7098184. OLE color: 7098184.

HSL color Cylindrical-coordinate representation of color #484F6C: hue angle of 228.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484F6C is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 79 108 -
CMYK 0.33 0.27 0 0.58
HSL 228.33º 0.2% 0.35% -
HSV(B) 228.33º 0.33% 0.42% -
XYZ 8.18 8.05 15.31 -
YUV 80.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 72 79 108 0.33 0.27 0 0.58 228.33 0.2 0.35
Hex 48 4F 6C 21 1B 0 3A E4 14 23
Octal 110 117 154 41 33 0 72 344 24 43
Binary 1001000 1001111 1101100 100001 11011 0 111010 11100100 10100 100011

Color Harmonies of #484F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F6C

Black with #484F6C

Text Example


Text Example

White with #484F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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