Html Css Color HEX #495161 East Bay

📋 copy color: '#495161'

red 73 ◦ green 81 ◦ blue 97

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

Shades of East Bay #495161

Tints of East Bay #495161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

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

R = 29.08%
G = 32.27%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495161 (or 0x495161) is known color: East Bay. HEX triplet: 49, 51 and 61. RGB value is (73,81,97). Sum of RGB (Red+Green+Blue) = 73+81+97=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #495161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495161 is #B6AE9E. Grayscale: #505050. Windows color (decimal): -11972255 or 6377801. OLE color: 6377801.

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

Color convert

RGB 73 81 97 -
CMYK 0.25 0.16 0 0.62
HSL 220º 0.14% 0.33% -
HSV(B) 220º 0.25% 0.38% -
XYZ 7.85 8.16 12.47 -
YUV 80.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 73 81 97 0.25 0.16 0 0.62 220 0.14 0.33
Hex 49 51 61 19 10 0 3E DC E 21
Octal 111 121 141 31 20 0 76 334 16 41
Binary 1001001 1010001 1100001 11001 10000 0 111110 11011100 1110 100001

Color Harmonies of #495161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495161

Black with #495161

Text Example


Text Example

White with #495161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495161; }

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

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

background-color css

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

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

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

border-color css

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

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

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