#4A798F

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

Shades of Jelly Bean #4A798F

Tints of Jelly Bean #4A798F

Color information

#4A798F (or 0x4A798F) is unknown color: approx Jelly Bean. HEX triplet: 4A, 79 and 8F. RGB value is (74,121,143). Sum of RGB (Red+Green+Blue) = 74+121+143=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A798F is #B58670. Grayscale: #6D6D6D. Windows color (decimal): -11896433 or 9402698. OLE color: 9402698.

HSL color Cylindrical-coordinate representation of color #4A798F: hue angle of 199.13º 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 #4A798F is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB74121143-
CMYK0.480.1500.44
HSL199.13º31.8%42.55%-
HSV(B)199.13º48.25%56.08%-
XYZ14.6217.1128.52-
YUV109.45146.93102.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.89%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=21.89%
G=35.80%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741211430.480.1500.44199.1331.842.55
Hex4A798F30F02Cc7202b
Octal11217121760170543074053
Binary10010101111001100011111100001111010110011000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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