Html Css Color HEX #495168 East Bay

📋 copy color: '#495168'

red 73 ◦ green 81 ◦ blue 104

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

Shades of East Bay #495168

Tints of East Bay #495168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

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

R = 28.29%
G = 31.4%
B = 40.31%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495168 (or 0x495168) is known color: East Bay. HEX triplet: 49, 51 and 68. RGB value is (73,81,104). Sum of RGB (Red+Green+Blue) = 73+81+104=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #495168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495168 is #B6AE97. Grayscale: #515151. Windows color (decimal): -11972248 or 6836553. OLE color: 6836553.

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

Color convert

RGB 73 81 104 -
CMYK 0.30 0.22 0 0.59
HSL 224.52º 0.18% 0.35% -
HSV(B) 224.52º 0.3% 0.41% -
XYZ 8.19 8.3 14.27 -
YUV 81.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 73 81 104 0.30 0.22 0 0.59 224.52 0.18 0.35
Hex 49 51 68 1E 16 0 3B E1 12 23
Octal 111 121 150 36 26 0 73 341 22 43
Binary 1001001 1010001 1101000 11110 10110 0 111011 11100001 10010 100011

Color Harmonies of #495168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495168

Black with #495168

Text Example


Text Example

White with #495168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495168; }

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

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

background-color css

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

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

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

border-color css

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

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

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