#4A798E

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

Shades of Jelly Bean #4A798E

Tints of Jelly Bean #4A798E

Color information

#4A798E (or 0x4A798E) is unknown color: approx Jelly Bean. HEX triplet: 4A, 79 and 8E. RGB value is (74,121,142). Sum of RGB (Red+Green+Blue) = 74+121+142=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A798E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A798E is #B58671. Grayscale: #6D6D6D. Windows color (decimal): -11896434 or 9337162. OLE color: 9337162.

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

Color convert

RGB74121142-
CMYK0.480.1500.44
HSL198.53º31.48%42.35%-
HSV(B)198.53º47.89%55.69%-
XYZ14.5417.0828.12-
YUV109.34146.43102.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=21.96%
G=35.91%
B=42.14%

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
Decimal741211420.480.1500.44198.5331.4842.35
Hex4A798E30F02Cc71f2a
Octal11217121660170543073752
Binary1001010111100110001110110000111101011001100011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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