Html Css Color HEX #495061 East Bay

📋 copy color: '#495061'

red 73 ◦ green 80 ◦ blue 97

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

Shades of East Bay #495061

Tints of East Bay #495061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 29.2%
G = 32%
B = 38.8%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495061 (or 0x495061) is known color: East Bay. HEX triplet: 49, 50 and 61. RGB value is (73,80,97). Sum of RGB (Red+Green+Blue) = 73+80+97=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #495061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495061 is #B6AF9E. Grayscale: #4F4F4F. Windows color (decimal): -11972511 or 6377545. OLE color: 6377545.

HSL color Cylindrical-coordinate representation of color #495061: hue angle of 222.5º 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 #495061 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 80 97 -
CMYK 0.25 0.18 0 0.62
HSL 222.5º 0.14% 0.33% -
HSV(B) 222.5º 0.25% 0.38% -
XYZ 7.77 8.02 12.45 -
YUV 79.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 73 80 97 0.25 0.18 0 0.62 222.5 0.14 0.33
Hex 49 50 61 19 12 0 3E DE E 21
Octal 111 120 141 31 22 0 76 336 16 41
Binary 1001001 1010000 1100001 11001 10010 0 111110 11011110 1110 100001

Color Harmonies of #495061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495061

Black with #495061

Text Example


Text Example

White with #495061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495061; }

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

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

background-color css

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

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

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

border-color css

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

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

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