Html Css Color HEX #48526B East Bay

📋 copy color: '#48526B'

red 72 ◦ green 82 ◦ blue 107

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

Shades of East Bay #48526B

Tints of East Bay #48526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

 BLUE value IS 107 (42.19% from 255) = 41%

R = 27.59%
G = 31.42%
B = 41%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48526B (or 0x48526B) is known color: East Bay. HEX triplet: 48, 52 and 6B. RGB value is (72,82,107). Sum of RGB (Red+Green+Blue) = 72+82+107=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #48526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48526B is #B7AD94. Grayscale: #515151. Windows color (decimal): -12037525 or 7033416. OLE color: 7033416.

HSL color Cylindrical-coordinate representation of color #48526B: hue angle of 222.86º 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 #48526B is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 82 107 -
CMYK 0.33 0.23 0 0.58
HSL 222.86º 0.2% 0.35% -
HSV(B) 222.86º 0.33% 0.42% -
XYZ 8.34 8.47 15.11 -
YUV 81.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 72 82 107 0.33 0.23 0 0.58 222.86 0.2 0.35
Hex 48 52 6B 21 17 0 3A DF 14 23
Octal 110 122 153 41 27 0 72 337 24 43
Binary 1001000 1010010 1101011 100001 10111 0 111010 11011111 10100 100011

Color Harmonies of #48526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48526B

Black with #48526B

Text Example


Text Example

White with #48526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48526B; }

 p { color: rgb(72,82,107); }

 H1.HeaderClassName
 {
   color: #48526B;
 }
 .AnyTagClassName
 {
   color: #48526B;
 }
</style>

background-color css

<style>
 a { background-color: #48526B; }

 a { background-color: rgb(72,82,107); }

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

border-color css

<style>
 span { border-color: #48526B; }

 span { border-color: rgb(72,82,107); }

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