Html Css Color HEX #495369 East Bay

📋 copy color: '#495369'

red 73 ◦ green 83 ◦ blue 105

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

Shades of East Bay #495369

Tints of East Bay #495369

RGB

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

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

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

R = 27.97%
G = 31.8%
B = 40.23%

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

#495369 (or 0x495369) is known color: East Bay. HEX triplet: 49, 53 and 69. RGB value is (73,83,105). Sum of RGB (Red+Green+Blue) = 73+83+105=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #495369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495369 is #B6AC96. Grayscale: #525252. Windows color (decimal): -11971735 or 6902601. OLE color: 6902601.

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

Color convert

RGB 73 83 105 -
CMYK 0.30 0.21 0 0.59
HSL 221.25º 0.18% 0.35% -
HSV(B) 221.25º 0.3% 0.41% -
XYZ 8.39 8.62 14.59 -
YUV 82.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 73 83 105 0.30 0.21 0 0.59 221.25 0.18 0.35
Hex 49 53 69 1E 15 0 3B DD 12 23
Octal 111 123 151 36 25 0 73 335 22 43
Binary 1001001 1010011 1101001 11110 10101 0 111011 11011101 10010 100011

Color Harmonies of #495369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495369

Black with #495369

Text Example


Text Example

White with #495369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495369; }

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

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

background-color css

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

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

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

border-color css

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

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

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