Html Css Color HEX #495668 East Bay

📋 copy color: '#495668'

red 73 ◦ green 86 ◦ blue 104

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

Shades of East Bay #495668

Tints of East Bay #495668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 27.76%
G = 32.7%
B = 39.54%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495668 (or 0x495668) is known color: East Bay. HEX triplet: 49, 56 and 68. RGB value is (73,86,104). Sum of RGB (Red+Green+Blue) = 73+86+104=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #495668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495668 is #B6A997. Grayscale: #545454. Windows color (decimal): -11970968 or 6837833. OLE color: 6837833.

HSL color Cylindrical-coordinate representation of color #495668: hue angle of 214.84º 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 #495668 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 86 104 -
CMYK 0.30 0.17 0 0.59
HSL 214.84º 0.18% 0.35% -
HSV(B) 214.84º 0.3% 0.41% -
XYZ 8.57 9.07 14.4 -
YUV 84.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 73 86 104 0.30 0.17 0 0.59 214.84 0.18 0.35
Hex 49 56 68 1E 11 0 3B D7 12 23
Octal 111 126 150 36 21 0 73 327 22 43
Binary 1001001 1010110 1101000 11110 10001 0 111011 11010111 10010 100011

Color Harmonies of #495668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495668

Black with #495668

Text Example


Text Example

White with #495668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495668; }

 p { color: rgb(73,86,104); }

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

background-color css

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

 a { background-color: rgb(73,86,104); }

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

border-color css

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

 span { border-color: rgb(73,86,104); }

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