Html Css Color HEX #495567 East Bay

📋 copy color: '#495567'

red 73 ◦ green 85 ◦ blue 103

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

Shades of East Bay #495567

Tints of East Bay #495567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

 BLUE value IS 103 (40.63% from 255) = 39.46%

R = 27.97%
G = 32.57%
B = 39.46%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495567 (or 0x495567) is known color: East Bay. HEX triplet: 49, 55 and 67. RGB value is (73,85,103). Sum of RGB (Red+Green+Blue) = 73+85+103=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #495567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495567 is #B6AA98. Grayscale: #535353. Windows color (decimal): -11971225 or 6772041. OLE color: 6772041.

HSL color Cylindrical-coordinate representation of color #495567: hue angle of 216º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495567 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 85 103 -
CMYK 0.29 0.17 0 0.60
HSL 216º 0.17% 0.35% -
HSV(B) 216º 0.29% 0.4% -
XYZ 8.44 8.89 14.1 -
YUV 83.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 73 85 103 0.29 0.17 0 0.60 216 0.17 0.35
Hex 49 55 67 1D 11 0 3C D8 11 23
Octal 111 125 147 35 21 0 74 330 21 43
Binary 1001001 1010101 1100111 11101 10001 0 111100 11011000 10001 100011

Color Harmonies of #495567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495567

Black with #495567

Text Example


Text Example

White with #495567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495567; }

 p { color: rgb(73,85,103); }

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

background-color css

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

 a { background-color: rgb(73,85,103); }

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

border-color css

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

 span { border-color: rgb(73,85,103); }

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