Html Css Color HEX #495262 East Bay

📋 copy color: '#495262'

red 73 ◦ green 82 ◦ blue 98

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

Shades of East Bay #495262

Tints of East Bay #495262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 28.85%
G = 32.41%
B = 38.74%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495262 (or 0x495262) is known color: East Bay. HEX triplet: 49, 52 and 62. RGB value is (73,82,98). Sum of RGB (Red+Green+Blue) = 73+82+98=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #495262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495262 is #B6AD9D. Grayscale: #515151. Windows color (decimal): -11971998 or 6443593. OLE color: 6443593.

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

Color convert

RGB 73 82 98 -
CMYK 0.26 0.16 0 0.62
HSL 218.4º 0.15% 0.34% -
HSV(B) 218.4º 0.26% 0.38% -
XYZ 7.97 8.33 12.74 -
YUV 81.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 73 82 98 0.26 0.16 0 0.62 218.4 0.15 0.34
Hex 49 52 62 1A 10 0 3E DA F 22
Octal 111 122 142 32 20 0 76 332 17 42
Binary 1001001 1010010 1100010 11010 10000 0 111110 11011010 1111 100010

Color Harmonies of #495262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495262

Black with #495262

Text Example


Text Example

White with #495262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495262; }

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

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

background-color css

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

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

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

border-color css

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

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

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