Html Css Color HEX #485060 East Bay

📋 copy color: '#485060'

red 72 ◦ green 80 ◦ blue 96

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

Shades of East Bay #485060

Tints of East Bay #485060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 29.03%
G = 32.26%
B = 38.71%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485060 (or 0x485060) is known color: East Bay. HEX triplet: 48, 50 and 60. RGB value is (72,80,96). Sum of RGB (Red+Green+Blue) = 72+80+96=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #485060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485060 is #B7AF9F. Grayscale: #4F4F4F. Windows color (decimal): -12038048 or 6312008. OLE color: 6312008.

HSL color Cylindrical-coordinate representation of color #485060: hue angle of 220º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485060 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 80 96 -
CMYK 0.25 0.17 0 0.62
HSL 220º 0.14% 0.33% -
HSV(B) 220º 0.25% 0.38% -
XYZ 7.65 7.96 12.2 -
YUV 79.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 72 80 96 0.25 0.17 0 0.62 220 0.14 0.33
Hex 48 50 60 19 11 0 3E DC E 21
Octal 110 120 140 31 21 0 76 334 16 41
Binary 1001000 1010000 1100000 11001 10001 0 111110 11011100 1110 100001

Color Harmonies of #485060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485060

Black with #485060

Text Example


Text Example

White with #485060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485060; }

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

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

background-color css

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

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

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

border-color css

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

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

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