#4A5068

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

Shades of East Bay #4A5068

Tints of East Bay #4A5068

Color information

#4A5068 (or 0x4A5068) is unknown color: approx East Bay. HEX triplet: 4A, 50 and 68. RGB value is (74,80,104). Sum of RGB (Red+Green+Blue) = 74+80+104=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A5068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5068 is #B5AF97. Grayscale: #505050. Windows color (decimal): -11906968 or 6836298. OLE color: 6836298.

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

Color convert

RGB7480104-
CMYK0.290.2300.59
HSL228º16.85%34.9%-
HSV(B)228º28.85%40.78%-
XYZ8.198.1914.25-
YUV80.94141.01123.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.68%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=28.68%
G=31.01%
B=40.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74801040.290.2300.5922816.8534.9
Hex4A50681D1703Be41123
Octal11212015035270733442143
Binary100101010100001101000111011011101110111110010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5068; }

 p { color: rgb(74,80,104); }

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

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

 a { background-color: rgb(74,80,104); }

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

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

 span { border-color: rgb(74,80,104); }

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