Html Css Color HEX #495268 East Bay

📋 copy color: '#495268'

red 73 ◦ green 82 ◦ blue 104

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

Shades of East Bay #495268

Tints of East Bay #495268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 28.19%
G = 31.66%
B = 40.15%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495268 (or 0x495268) is known color: East Bay. HEX triplet: 49, 52 and 68. RGB value is (73,82,104). Sum of RGB (Red+Green+Blue) = 73+82+104=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #495268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495268 is #B6AD97. Grayscale: #515151. Windows color (decimal): -11971992 or 6836809. OLE color: 6836809.

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

Color convert

RGB 73 82 104 -
CMYK 0.30 0.21 0 0.59
HSL 222.58º 0.18% 0.35% -
HSV(B) 222.58º 0.3% 0.41% -
XYZ 8.26 8.45 14.29 -
YUV 81.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 73 82 104 0.30 0.21 0 0.59 222.58 0.18 0.35
Hex 49 52 68 1E 15 0 3B DF 12 23
Octal 111 122 150 36 25 0 73 337 22 43
Binary 1001001 1010010 1101000 11110 10101 0 111011 11011111 10010 100011

Color Harmonies of #495268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495268

Black with #495268

Text Example


Text Example

White with #495268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495268; }

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

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

background-color css

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

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

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

border-color css

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

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

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