Html Css Color HEX #495373 East Bay

📋 copy color: '#495373'

red 73 ◦ green 83 ◦ blue 115

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

Shades of East Bay #495373

Tints of East Bay #495373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 26.94%
G = 30.63%
B = 42.44%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495373 (or 0x495373) is known color: East Bay. HEX triplet: 49, 53 and 73. RGB value is (73,83,115). Sum of RGB (Red+Green+Blue) = 73+83+115=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #495373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495373 is #B6AC8C. Grayscale: #535353. Windows color (decimal): -11971725 or 7557961. OLE color: 7557961.

HSL color Cylindrical-coordinate representation of color #495373: hue angle of 225.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495373 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 83 115 -
CMYK 0.37 0.28 0 0.55
HSL 225.71º 0.22% 0.37% -
HSV(B) 225.71º 0.37% 0.45% -
XYZ 8.94 8.84 17.46 -
YUV 83.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 73 83 115 0.37 0.28 0 0.55 225.71 0.22 0.37
Hex 49 53 73 25 1C 0 37 E2 16 25
Octal 111 123 163 45 34 0 67 342 26 45
Binary 1001001 1010011 1110011 100101 11100 0 110111 11100010 10110 100101

Color Harmonies of #495373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495373

Black with #495373

Text Example


Text Example

White with #495373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495373; }

 p { color: rgb(73,83,115); }

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

background-color css

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

 a { background-color: rgb(73,83,115); }

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

border-color css

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

 span { border-color: rgb(73,83,115); }

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