#494F72

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

Shades of East Bay #494F72

Tints of East Bay #494F72

Color information

#494F72 (or 0x494F72) is unknown color: approx East Bay. HEX triplet: 49, 4F and 72. RGB value is (73,79,114). Sum of RGB (Red+Green+Blue) = 73+79+114=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #494F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F72 is #B6B08D. Grayscale: #515151. Windows color (decimal): -11972750 or 7491401. OLE color: 7491401.

HSL color Cylindrical-coordinate representation of color #494F72: hue angle of 231.22º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #494F72 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7379114-
CMYK0.360.3100.55
HSL231.22º21.93%36.67%-
HSV(B)231.22º35.96%44.71%-
XYZ8.588.2217.05-
YUV81.2146.51122.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=27.44%
G=29.70%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73791140.360.3100.55231.2221.9336.67
Hex494F72241F037e71625
Octal11111716244370673472645
Binary1001001100111111100101001001111101101111110011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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