Html Css Color HEX #495768 East Bay

📋 copy color: '#495768'

red 73 ◦ green 87 ◦ blue 104

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

Shades of East Bay #495768

Tints of East Bay #495768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.95%

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

R = 27.65%
G = 32.95%
B = 39.39%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495768 (or 0x495768) is known color: East Bay. HEX triplet: 49, 57 and 68. RGB value is (73,87,104). Sum of RGB (Red+Green+Blue) = 73+87+104=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #495768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495768 is #B6A897. Grayscale: #545454. Windows color (decimal): -11970712 or 6838089. OLE color: 6838089.

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

Color convert

RGB 73 87 104 -
CMYK 0.30 0.16 0 0.59
HSL 212.9º 0.18% 0.35% -
HSV(B) 212.9º 0.3% 0.41% -
XYZ 8.65 9.23 14.42 -
YUV 84.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 73 87 104 0.30 0.16 0 0.59 212.9 0.18 0.35
Hex 49 57 68 1E 10 0 3B D5 12 23
Octal 111 127 150 36 20 0 73 325 22 43
Binary 1001001 1010111 1101000 11110 10000 0 111011 11010101 10010 100011

Color Harmonies of #495768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495768

Black with #495768

Text Example


Text Example

White with #495768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495768; }

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

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

background-color css

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

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

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

border-color css

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

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

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