#4A5168

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

Shades of East Bay #4A5168

Tints of East Bay #4A5168

Color information

#4A5168 (or 0x4A5168) is unknown color: approx East Bay. HEX triplet: 4A, 51 and 68. RGB value is (74,81,104). Sum of RGB (Red+Green+Blue) = 74+81+104=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A5168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5168 is #B5AE97. Grayscale: #515151. Windows color (decimal): -11906712 or 6836554. OLE color: 6836554.

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

Color convert

RGB7481104-
CMYK0.290.2200.59
HSL226º16.85%34.9%-
HSV(B)226º28.85%40.78%-
XYZ8.278.3414.27-
YUV81.53140.68122.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=28.57%
G=31.27%
B=40.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74811040.290.2200.5922616.8534.9
Hex4A51681D1603Be21123
Octal11212115035260733422143
Binary100101010100011101000111011011001110111110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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