#4A4F68

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

Shades of East Bay #4A4F68

Tints of East Bay #4A4F68

Color information

#4A4F68 (or 0x4A4F68) is unknown color: approx East Bay. HEX triplet: 4A, 4F and 68. RGB value is (74,79,104). Sum of RGB (Red+Green+Blue) = 74+79+104=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A4F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F68 is #B5B097. Grayscale: #505050. Windows color (decimal): -11907224 or 6836042. OLE color: 6836042.

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

Color convert

RGB7479104-
CMYK0.290.2400.59
HSL230º16.85%34.9%-
HSV(B)230º28.85%40.78%-
XYZ8.128.0514.22-
YUV80.35141.34123.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=28.79%
G=30.74%
B=40.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74791040.290.2400.5923016.8534.9
Hex4A4F681D1803Be61123
Octal11211715035300733462143
Binary100101010011111101000111011100001110111110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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