#4A748B

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

Shades of Jelly Bean #4A748B

Tints of Jelly Bean #4A748B

Color information

#4A748B (or 0x4A748B) is unknown color: approx Jelly Bean. HEX triplet: 4A, 74 and 8B. RGB value is (74,116,139). Sum of RGB (Red+Green+Blue) = 74+116+139=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A748B is #B58B74. Grayscale: #696969. Windows color (decimal): -11897717 or 9139274. OLE color: 9139274.

HSL color Cylindrical-coordinate representation of color #4A748B: hue angle of 201.23º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A748B is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74116139-
CMYK0.470.1700.45
HSL201.23º30.52%41.76%-
HSV(B)201.23º46.76%54.51%-
XYZ13.7315.8126.75-
YUV106.06146.59105.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.49%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=22.49%
G=35.26%
B=42.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741161390.470.1700.45201.2330.5241.76
Hex4A748B2F1102Dc91f2a
Octal11216421357210553113752
Binary10010101110100100010111011111000101011011100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,116,139); }

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

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

 a { background-color: rgb(74,116,139); }

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

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

 span { border-color: rgb(74,116,139); }

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