#4A808F

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

Shades of Jelly Bean #4A808F

Tints of Jelly Bean #4A808F

Color information

#4A808F (or 0x4A808F) is unknown color: approx Jelly Bean. HEX triplet: 4A, 80 and 8F. RGB value is (74,128,143). Sum of RGB (Red+Green+Blue) = 74+128+143=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A808F is #B57F70. Grayscale: #717171. Windows color (decimal): -11894641 or 9404490. OLE color: 9404490.

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

Color convert

RGB74128143-
CMYK0.480.1000.44
HSL193.04º31.8%42.55%-
HSV(B)193.04º48.25%56.08%-
XYZ15.518.8828.81-
YUV113.56144.6199.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.45%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 143 (56.25% from 255) = 41.45%
R=21.45%
G=37.10%
B=41.45%

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
Decimal741281430.480.1000.44193.0431.842.55
Hex4A808F30A02Cc1202b
Octal11220021760120543014053
Binary100101010000000100011111100001010010110011000001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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