Html Css Color HEX #495068 East Bay

📋 copy color: '#495068'

red 73 ◦ green 80 ◦ blue 104

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

Shades of East Bay #495068

Tints of East Bay #495068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 28.4%
G = 31.13%
B = 40.47%

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

#495068 (or 0x495068) is known color: East Bay. HEX triplet: 49, 50 and 68. RGB value is (73,80,104). Sum of RGB (Red+Green+Blue) = 73+80+104=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #495068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495068 is #B6AF97. Grayscale: #505050. Windows color (decimal): -11972504 or 6836297. OLE color: 6836297.

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

Color convert

RGB 73 80 104 -
CMYK 0.30 0.23 0 0.59
HSL 226.45º 0.18% 0.35% -
HSV(B) 226.45º 0.3% 0.41% -
XYZ 8.12 8.15 14.24 -
YUV 80.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 73 80 104 0.30 0.23 0 0.59 226.45 0.18 0.35
Hex 49 50 68 1E 17 0 3B E2 12 23
Octal 111 120 150 36 27 0 73 342 22 43
Binary 1001001 1010000 1101000 11110 10111 0 111011 11100010 10010 100011

Color Harmonies of #495068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495068

Black with #495068

Text Example


Text Example

White with #495068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495068; }

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

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

background-color css

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

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

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

border-color css

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

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

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