Html Css Color HEX #495468 East Bay

📋 copy color: '#495468'

red 73 ◦ green 84 ◦ blue 104

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

Shades of East Bay #495468

Tints of East Bay #495468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

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

R = 27.97%
G = 32.18%
B = 39.85%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495468 (or 0x495468) is known color: East Bay. HEX triplet: 49, 54 and 68. RGB value is (73,84,104). Sum of RGB (Red+Green+Blue) = 73+84+104=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #495468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495468 is #B6AB97. Grayscale: #525252. Windows color (decimal): -11971480 or 6837321. OLE color: 6837321.

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

Color convert

RGB 73 84 104 -
CMYK 0.30 0.19 0 0.59
HSL 218.71º 0.18% 0.35% -
HSV(B) 218.71º 0.3% 0.41% -
XYZ 8.42 8.76 14.34 -
YUV 82.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 73 84 104 0.30 0.19 0 0.59 218.71 0.18 0.35
Hex 49 54 68 1E 13 0 3B DB 12 23
Octal 111 124 150 36 23 0 73 333 22 43
Binary 1001001 1010100 1101000 11110 10011 0 111011 11011011 10010 100011

Color Harmonies of #495468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495468

Black with #495468

Text Example


Text Example

White with #495468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495468; }

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

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

background-color css

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

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

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

border-color css

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

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

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