Html Css Color HEX #495269 East Bay

📋 copy color: '#495269'

red 73 ◦ green 82 ◦ blue 105

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

Shades of East Bay #495269

Tints of East Bay #495269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 28.08%
G = 31.54%
B = 40.38%

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

#495269 (or 0x495269) is known color: East Bay. HEX triplet: 49, 52 and 69. RGB value is (73,82,105). Sum of RGB (Red+Green+Blue) = 73+82+105=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #495269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495269 is #B6AD96. Grayscale: #515151. Windows color (decimal): -11971991 or 6902345. OLE color: 6902345.

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

Color convert

RGB 73 82 105 -
CMYK 0.30 0.22 0 0.59
HSL 223.13º 0.18% 0.35% -
HSV(B) 223.13º 0.3% 0.41% -
XYZ 8.31 8.47 14.56 -
YUV 81.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 73 82 105 0.30 0.22 0 0.59 223.13 0.18 0.35
Hex 49 52 69 1E 16 0 3B DF 12 23
Octal 111 122 151 36 26 0 73 337 22 43
Binary 1001001 1010010 1101001 11110 10110 0 111011 11011111 10010 100011

Color Harmonies of #495269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495269

Black with #495269

Text Example


Text Example

White with #495269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495269; }

 p { color: rgb(73,82,105); }

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

background-color css

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

 a { background-color: rgb(73,82,105); }

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

border-color css

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

 span { border-color: rgb(73,82,105); }

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