#4A778E

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

Shades of Jelly Bean #4A778E

Tints of Jelly Bean #4A778E

Color information

#4A778E (or 0x4A778E) is unknown color: approx Jelly Bean. HEX triplet: 4A, 77 and 8E. RGB value is (74,119,142). Sum of RGB (Red+Green+Blue) = 74+119+142=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A778E is #B58871. Grayscale: #6C6C6C. Windows color (decimal): -11896946 or 9336650. OLE color: 9336650.

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

Color convert

RGB74119142-
CMYK0.480.1600.44
HSL200.29º31.48%42.35%-
HSV(B)200.29º47.89%55.69%-
XYZ14.316.628.04-
YUV108.17147.09103.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=22.09%
G=35.52%
B=42.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741191420.480.1600.44200.2931.4842.35
Hex4A778E301002Cc81f2a
Octal11216721660200543103752
Binary10010101110111100011101100001000001011001100100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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