#494F67

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

Shades of East Bay #494F67

Tints of East Bay #494F67

Color information

#494F67 (or 0x494F67) is unknown color: approx East Bay. HEX triplet: 49, 4F and 67. RGB value is (73,79,103). Sum of RGB (Red+Green+Blue) = 73+79+103=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #494F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F67 is #B6B098. Grayscale: #4F4F4F. Windows color (decimal): -11972761 or 6770505. OLE color: 6770505.

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

Color convert

RGB7379103-
CMYK0.290.2300.60
HSL228º17.05%34.51%-
HSV(B)228º29.13%40.39%-
XYZ7.997.9913.95-
YUV79.94141.01123.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=28.63%
G=30.98%
B=40.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73791030.290.2300.6022817.0534.51
Hex494F671D1703Ce41123
Octal11111714735270743442143
Binary100100110011111100111111011011101111001110010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494F67; }

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

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

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

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

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

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

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

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