Html Css Color HEX #495568 East Bay

📋 copy color: '#495568'

red 73 ◦ green 85 ◦ blue 104

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

Shades of East Bay #495568

Tints of East Bay #495568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 27.86%
G = 32.44%
B = 39.69%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495568 (or 0x495568) is known color: East Bay. HEX triplet: 49, 55 and 68. RGB value is (73,85,104). Sum of RGB (Red+Green+Blue) = 73+85+104=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #495568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495568 is #B6AA97. Grayscale: #535353. Windows color (decimal): -11971224 or 6837577. OLE color: 6837577.

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

Color convert

RGB 73 85 104 -
CMYK 0.30 0.18 0 0.59
HSL 216.77º 0.18% 0.35% -
HSV(B) 216.77º 0.3% 0.41% -
XYZ 8.49 8.91 14.37 -
YUV 83.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 73 85 104 0.30 0.18 0 0.59 216.77 0.18 0.35
Hex 49 55 68 1E 12 0 3B D9 12 23
Octal 111 125 150 36 22 0 73 331 22 43
Binary 1001001 1010101 1101000 11110 10010 0 111011 11011001 10010 100011

Color Harmonies of #495568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495568

Black with #495568

Text Example


Text Example

White with #495568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495568; }

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

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

background-color css

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

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

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

border-color css

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

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

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