Html Css Color HEX #495368 East Bay

📋 copy color: '#495368'

red 73 ◦ green 83 ◦ blue 104

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

Shades of East Bay #495368

Tints of East Bay #495368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 28.08%
G = 31.92%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495368 (or 0x495368) is known color: East Bay. HEX triplet: 49, 53 and 68. RGB value is (73,83,104). Sum of RGB (Red+Green+Blue) = 73+83+104=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #495368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495368 is #B6AC97. Grayscale: #525252. Windows color (decimal): -11971736 or 6837065. OLE color: 6837065.

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

Color convert

RGB 73 83 104 -
CMYK 0.30 0.20 0 0.59
HSL 220.65º 0.18% 0.35% -
HSV(B) 220.65º 0.3% 0.41% -
XYZ 8.34 8.6 14.32 -
YUV 82.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 73 83 104 0.30 0.20 0 0.59 220.65 0.18 0.35
Hex 49 53 68 1E 14 0 3B DD 12 23
Octal 111 123 150 36 24 0 73 335 22 43
Binary 1001001 1010011 1101000 11110 10100 0 111011 11011101 10010 100011

Color Harmonies of #495368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495368

Black with #495368

Text Example


Text Example

White with #495368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495368; }

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

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

background-color css

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

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

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

border-color css

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

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

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