Html Css Color HEX #495470 East Bay

📋 copy color: '#495470'

red 73 ◦ green 84 ◦ blue 112

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

Shades of East Bay #495470

Tints of East Bay #495470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 27.14%
G = 31.23%
B = 41.64%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495470 (or 0x495470) is known color: East Bay. HEX triplet: 49, 54 and 70. RGB value is (73,84,112). Sum of RGB (Red+Green+Blue) = 73+84+112=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #495470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495470 is #B6AB8F. Grayscale: #535353. Windows color (decimal): -11971472 or 7361609. OLE color: 7361609.

HSL color Cylindrical-coordinate representation of color #495470: hue angle of 223.08º 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 #495470 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 84 112 -
CMYK 0.35 0.25 0 0.56
HSL 223.08º 0.21% 0.36% -
HSV(B) 223.08º 0.35% 0.44% -
XYZ 8.84 8.93 16.59 -
YUV 83.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 73 84 112 0.35 0.25 0 0.56 223.08 0.21 0.36
Hex 49 54 70 23 19 0 38 DF 15 24
Octal 111 124 160 43 31 0 70 337 25 44
Binary 1001001 1010100 1110000 100011 11001 0 111000 11011111 10101 100100

Color Harmonies of #495470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495470

Black with #495470

Text Example


Text Example

White with #495470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495470; }

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

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

background-color css

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

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

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

border-color css

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

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

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