#4A4D62

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

Shades of East Bay #4A4D62

Tints of East Bay #4A4D62

Color information

#4A4D62 (or 0x4A4D62) is unknown color: approx East Bay. HEX triplet: 4A, 4D and 62. RGB value is (74,77,98). Sum of RGB (Red+Green+Blue) = 74+77+98=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A4D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4D62 is #B5B29D. Grayscale: #4E4E4E. Windows color (decimal): -11907742 or 6442314. OLE color: 6442314.

HSL color Cylindrical-coordinate representation of color #4A4D62: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4D62 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB747798-
CMYK0.240.2100.62
HSL232.5º13.95%33.73%-
HSV(B)232.5º24.49%38.43%-
XYZ7.687.6512.63-
YUV78.5139.01124.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=29.72%
G=30.92%
B=39.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7477980.240.2100.62232.513.9533.73
Hex4A4D62181503Ee8e22
Octal11211514230250763501642
Binary10010101001101110001011000101010111110111010001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,77,98); }

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

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

 a { background-color: rgb(74,77,98); }

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

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

 span { border-color: rgb(74,77,98); }

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