Html Css Color HEX #495370 East Bay

📋 copy color: '#495370'

red 73 ◦ green 83 ◦ blue 112

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

Shades of East Bay #495370

Tints of East Bay #495370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 27.24%
G = 30.97%
B = 41.79%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495370 (or 0x495370) is known color: East Bay. HEX triplet: 49, 53 and 70. RGB value is (73,83,112). Sum of RGB (Red+Green+Blue) = 73+83+112=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #495370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495370 is #B6AC8F. Grayscale: #535353. Windows color (decimal): -11971728 or 7361353. OLE color: 7361353.

HSL color Cylindrical-coordinate representation of color #495370: hue angle of 224.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495370 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 83 112 -
CMYK 0.35 0.26 0 0.56
HSL 224.62º 0.21% 0.36% -
HSV(B) 224.62º 0.35% 0.44% -
XYZ 8.77 8.77 16.56 -
YUV 83.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 73 83 112 0.35 0.26 0 0.56 224.62 0.21 0.36
Hex 49 53 70 23 1A 0 38 E1 15 24
Octal 111 123 160 43 32 0 70 341 25 44
Binary 1001001 1010011 1110000 100011 11010 0 111000 11100001 10101 100100

Color Harmonies of #495370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495370

Black with #495370

Text Example


Text Example

White with #495370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495370; }

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

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

background-color css

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

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

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

border-color css

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

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

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