Html Css Color HEX #495063 East Bay

📋 copy color: '#495063'

red 73 ◦ green 80 ◦ blue 99

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

Shades of East Bay #495063

Tints of East Bay #495063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 28.97%
G = 31.75%
B = 39.29%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#495063 (or 0x495063) is known color: East Bay. HEX triplet: 49, 50 and 63. RGB value is (73,80,99). Sum of RGB (Red+Green+Blue) = 73+80+99=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #495063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495063 is #B6AF9C. Grayscale: #4F4F4F. Windows color (decimal): -11972509 or 6508617. OLE color: 6508617.

HSL color Cylindrical-coordinate representation of color #495063: hue angle of 223.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495063 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 80 99 -
CMYK 0.26 0.19 0 0.61
HSL 223.85º 0.15% 0.34% -
HSV(B) 223.85º 0.26% 0.39% -
XYZ 7.87 8.05 12.94 -
YUV 80.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 73 80 99 0.26 0.19 0 0.61 223.85 0.15 0.34
Hex 49 50 63 1A 13 0 3D E0 F 22
Octal 111 120 143 32 23 0 75 340 17 42
Binary 1001001 1010000 1100011 11010 10011 0 111101 11100000 1111 100010

Color Harmonies of #495063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495063

Black with #495063

Text Example


Text Example

White with #495063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495063; }

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

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

background-color css

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

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

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

border-color css

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

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

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