Html Css Color HEX #495167 East Bay

📋 copy color: '#495167'

red 73 ◦ green 81 ◦ blue 103

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

Shades of East Bay #495167

Tints of East Bay #495167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 28.4%
G = 31.52%
B = 40.08%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495167 (or 0x495167) is known color: East Bay. HEX triplet: 49, 51 and 67. RGB value is (73,81,103). Sum of RGB (Red+Green+Blue) = 73+81+103=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #495167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495167 is #B6AE98. Grayscale: #515151. Windows color (decimal): -11972249 or 6771017. OLE color: 6771017.

HSL color Cylindrical-coordinate representation of color #495167: hue angle of 224º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495167 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 81 103 -
CMYK 0.29 0.21 0 0.60
HSL 224º 0.17% 0.35% -
HSV(B) 224º 0.29% 0.4% -
XYZ 8.14 8.28 14 -
YUV 81.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 73 81 103 0.29 0.21 0 0.60 224 0.17 0.35
Hex 49 51 67 1D 15 0 3C E0 11 23
Octal 111 121 147 35 25 0 74 340 21 43
Binary 1001001 1010001 1100111 11101 10101 0 111100 11100000 10001 100011

Color Harmonies of #495167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495167

Black with #495167

Text Example


Text Example

White with #495167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495167; }

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

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

background-color css

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

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

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

border-color css

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

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

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