Html Css Color HEX #48506F East Bay

📋 copy color: '#48506F'

red 72 ◦ green 80 ◦ blue 111

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

Shades of East Bay #48506F

Tints of East Bay #48506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 27.38%
G = 30.42%
B = 42.21%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48506F (or 0x48506F) is known color: East Bay. HEX triplet: 48, 50 and 6F. RGB value is (72,80,111). Sum of RGB (Red+Green+Blue) = 72+80+111=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #48506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48506F is #B7AF90. Grayscale: #515151. Windows color (decimal): -12038033 or 7295048. OLE color: 7295048.

HSL color Cylindrical-coordinate representation of color #48506F: hue angle of 227.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48506F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 80 111 -
CMYK 0.35 0.28 0 0.56
HSL 227.69º 0.21% 0.36% -
HSV(B) 227.69º 0.35% 0.44% -
XYZ 8.41 8.26 16.19 -
YUV 81.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 72 80 111 0.35 0.28 0 0.56 227.69 0.21 0.36
Hex 48 50 6F 23 1C 0 38 E4 15 24
Octal 110 120 157 43 34 0 70 344 25 44
Binary 1001000 1010000 1101111 100011 11100 0 111000 11100100 10101 100100

Color Harmonies of #48506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48506F

Black with #48506F

Text Example


Text Example

White with #48506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48506F; }

 p { color: rgb(72,80,111); }

 H1.HeaderClassName
 {
   color: #48506F;
 }
 .AnyTagClassName
 {
   color: #48506F;
 }
</style>

background-color css

<style>
 a { background-color: #48506F; }

 a { background-color: rgb(72,80,111); }

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

border-color css

<style>
 span { border-color: #48506F; }

 span { border-color: rgb(72,80,111); }

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