Html Css Color HEX #495060 East Bay

📋 copy color: '#495060'

red 73 ◦ green 80 ◦ blue 96

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

Shades of East Bay #495060

Tints of East Bay #495060

RGB

 RED value IS 73 (28.91% from 255) = 29.32%

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

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

R = 29.32%
G = 32.13%
B = 38.55%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495060 (or 0x495060) is known color: East Bay. HEX triplet: 49, 50 and 60. RGB value is (73,80,96). Sum of RGB (Red+Green+Blue) = 73+80+96=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #495060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495060 is #B6AF9F. Grayscale: #4F4F4F. Windows color (decimal): -11972512 or 6312009. OLE color: 6312009.

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

Color convert

RGB 73 80 96 -
CMYK 0.24 0.17 0 0.62
HSL 221.74º 0.14% 0.33% -
HSV(B) 221.74º 0.24% 0.38% -
XYZ 7.73 8 12.2 -
YUV 79.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 73 80 96 0.24 0.17 0 0.62 221.74 0.14 0.33
Hex 49 50 60 18 11 0 3E DE E 21
Octal 111 120 140 30 21 0 76 336 16 41
Binary 1001001 1010000 1100000 11000 10001 0 111110 11011110 1110 100001

Color Harmonies of #495060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495060

Black with #495060

Text Example


Text Example

White with #495060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495060; }

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

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

background-color css

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

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

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

border-color css

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

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

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