Html Css Color HEX #495062 East Bay

📋 copy color: '#495062'

red 73 ◦ green 80 ◦ blue 98

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

Shades of East Bay #495062

Tints of East Bay #495062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 29.08%
G = 31.87%
B = 39.04%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495062 (or 0x495062) is known color: East Bay. HEX triplet: 49, 50 and 62. RGB value is (73,80,98). Sum of RGB (Red+Green+Blue) = 73+80+98=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #495062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495062 is #B6AF9D. Grayscale: #4F4F4F. Windows color (decimal): -11972510 or 6443081. OLE color: 6443081.

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

Color convert

RGB 73 80 98 -
CMYK 0.26 0.18 0 0.62
HSL 223.2º 0.15% 0.34% -
HSV(B) 223.2º 0.26% 0.38% -
XYZ 7.82 8.04 12.69 -
YUV 79.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 73 80 98 0.26 0.18 0 0.62 223.2 0.15 0.34
Hex 49 50 62 1A 12 0 3E DF F 22
Octal 111 120 142 32 22 0 76 337 17 42
Binary 1001001 1010000 1100010 11010 10010 0 111110 11011111 1111 100010

Color Harmonies of #495062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495062

Black with #495062

Text Example


Text Example

White with #495062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495062; }

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

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

background-color css

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

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

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

border-color css

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

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

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