#4B7490

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

Shades of Jelly Bean #4B7490

Tints of Jelly Bean #4B7490

Color information

#4B7490 (or 0x4B7490) is unknown color: approx Jelly Bean. HEX triplet: 4B, 74 and 90. RGB value is (75,116,144). Sum of RGB (Red+Green+Blue) = 75+116+144=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B7490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7490 is #B48B6F. Grayscale: #6A6A6A. Windows color (decimal): -11832176 or 9466955. OLE color: 9466955.

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

Color convert

RGB75116144-
CMYK0.480.1900.44
HSL204.35º31.51%42.94%-
HSV(B)204.35º47.92%56.47%-
XYZ14.181628.73-
YUV106.93148.92105.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=22.39%
G=34.63%
B=42.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751161440.480.1900.44204.3531.5142.94
Hex4B7490301302Ccc202b
Octal11316422060230543144053
Binary100101111101001001000011000010011010110011001100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,144); }

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

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

 a { background-color: rgb(75,116,144); }

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

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

 span { border-color: rgb(75,116,144); }

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