Html Css Color HEX #495169 East Bay

📋 copy color: '#495169'

red 73 ◦ green 81 ◦ blue 105

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

Shades of East Bay #495169

Tints of East Bay #495169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 28.19%
G = 31.27%
B = 40.54%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495169 (or 0x495169) is known color: East Bay. HEX triplet: 49, 51 and 69. RGB value is (73,81,105). Sum of RGB (Red+Green+Blue) = 73+81+105=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #495169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495169 is #B6AE96. Grayscale: #515151. Windows color (decimal): -11972247 or 6902089. OLE color: 6902089.

HSL color Cylindrical-coordinate representation of color #495169: hue angle of 225º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495169 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 81 105 -
CMYK 0.30 0.23 0 0.59
HSL 225º 0.18% 0.35% -
HSV(B) 225º 0.3% 0.41% -
XYZ 8.24 8.32 14.54 -
YUV 81.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 73 81 105 0.30 0.23 0 0.59 225 0.18 0.35
Hex 49 51 69 1E 17 0 3B E1 12 23
Octal 111 121 151 36 27 0 73 341 22 43
Binary 1001001 1010001 1101001 11110 10111 0 111011 11100001 10010 100011

Color Harmonies of #495169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495169

Black with #495169

Text Example


Text Example

White with #495169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495169; }

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

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

background-color css

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

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

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

border-color css

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

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

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