Html Css Color HEX #495261 East Bay

📋 copy color: '#495261'

red 73 ◦ green 82 ◦ blue 97

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

Shades of East Bay #495261

Tints of East Bay #495261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 28.97%
G = 32.54%
B = 38.49%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495261 (or 0x495261) is known color: East Bay. HEX triplet: 49, 52 and 61. RGB value is (73,82,97). Sum of RGB (Red+Green+Blue) = 73+82+97=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #495261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495261 is #B6AD9E. Grayscale: #505050. Windows color (decimal): -11971999 or 6378057. OLE color: 6378057.

HSL color Cylindrical-coordinate representation of color #495261: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495261 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 82 97 -
CMYK 0.25 0.15 0 0.62
HSL 217.5º 0.14% 0.33% -
HSV(B) 217.5º 0.25% 0.38% -
XYZ 7.92 8.31 12.5 -
YUV 81.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 73 82 97 0.25 0.15 0 0.62 217.5 0.14 0.33
Hex 49 52 61 19 F 0 3E DA E 21
Octal 111 122 141 31 17 0 76 332 16 41
Binary 1001001 1010010 1100001 11001 1111 0 111110 11011010 1110 100001

Color Harmonies of #495261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495261

Black with #495261

Text Example


Text Example

White with #495261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495261; }

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

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

background-color css

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

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

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

border-color css

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

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

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