#4a808e

Color #4A808E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #4A808E

Tints of Jelly Bean #4A808E

Color information

#4A808E (or 0x4A808E) is unknown color: approx Jelly Bean. HEX triplet: 4A, 80 and 8E. RGB value is (74,128,142). Sum of RGB (Red+Green+Blue) = 74+128+142=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A808E is #B57F71. Grayscale: #717171. Windows color (decimal): -11894642 or 9338954. OLE color: 9338954.

HSL color Cylindrical-coordinate representation of color #4A808E: hue angle of 192.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A808E is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB74128142-
CMYK0.480.1000.44
HSL192.35º31.48%42.35%-
HSV(B)192.35º47.89%55.69%-
XYZ15.4318.8528.42-
YUV113.45144.1199.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.51%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=21.51%
G=37.21%
B=41.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741281420.480.1000.44192.3531.4842.35
Hex4A808E30A02Cc01f2a
Octal11220021660120543003752
Binary10010101000000010001110110000101001011001100000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a808e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,128,142); }

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

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

 a { background-color: rgb(74,128,142); }

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

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

 span { border-color: rgb(74,128,142); }

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