#495067

Color #495067 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #495067

Tints of East Bay #495067

Color information

#495067 (or 0x495067) is unknown color: approx East Bay. HEX triplet: 49, 50 and 67. RGB value is (73,80,103). Sum of RGB (Red+Green+Blue) = 73+80+103=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #495067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495067 is #B6AF98. Grayscale: #505050. Windows color (decimal): -11972505 or 6770761. OLE color: 6770761.

HSL color Cylindrical-coordinate representation of color #495067: hue angle of 226º 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 #495067 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7380103-
CMYK0.290.2200.60
HSL226º17.05%34.51%-
HSV(B)226º29.13%40.39%-
XYZ8.068.1313.98-
YUV80.53140.68122.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=28.52%
G=31.25%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73801030.290.2200.6022617.0534.51
Hex4950671D1603Ce21123
Octal11112014735260743422143
Binary100100110100001100111111011011001111001110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495067; }

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

 H1.HeaderClassName
 {
   color: #495067;
 }
 .AnyTagClassName
 {
   color: #495067;
 }
</style>
background-color css

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

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

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

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

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

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