#4A4F6C

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

Shades of East Bay #4A4F6C

Tints of East Bay #4A4F6C

Color information

#4A4F6C (or 0x4A4F6C) is unknown color: approx East Bay. HEX triplet: 4A, 4F and 6C. RGB value is (74,79,108). Sum of RGB (Red+Green+Blue) = 74+79+108=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A4F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F6C is #B5B093. Grayscale: #505050. Windows color (decimal): -11907220 or 7098186. OLE color: 7098186.

HSL color Cylindrical-coordinate representation of color #4A4F6C: hue angle of 231.18º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A4F6C is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7479108-
CMYK0.310.2700.58
HSL231.18º18.68%35.69%-
HSV(B)231.18º31.48%42.35%-
XYZ8.338.1315.32-
YUV80.81143.34123.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=28.35%
G=30.27%
B=41.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74791080.310.2700.58231.1818.6835.69
Hex4A4F6C1F1B03Ae71324
Octal11211715437330723472344
Binary100101010011111101100111111101101110101110011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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