#4A758D

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

Shades of Jelly Bean #4A758D

Tints of Jelly Bean #4A758D

Color information

#4A758D (or 0x4A758D) is unknown color: approx Jelly Bean. HEX triplet: 4A, 75 and 8D. RGB value is (74,117,141). Sum of RGB (Red+Green+Blue) = 74+117+141=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A758D is #B58A72. Grayscale: #6A6A6A. Windows color (decimal): -11897459 or 9270602. OLE color: 9270602.

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

Color convert

RGB74117141-
CMYK0.480.1700.45
HSL201.49º31.16%42.16%-
HSV(B)201.49º47.52%55.29%-
XYZ13.9916.127.57-
YUV106.88147.25104.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=22.29%
G=35.24%
B=42.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741171410.480.1700.45201.4931.1642.16
Hex4A758D301102Dc91f2a
Octal11216521560210553113752
Binary10010101110101100011011100001000101011011100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,117,141); }

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

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

 a { background-color: rgb(74,117,141); }

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

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

 span { border-color: rgb(74,117,141); }

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