#4B7590

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

Shades of Jelly Bean #4B7590

Tints of Jelly Bean #4B7590

Color information

#4B7590 (or 0x4B7590) is unknown color: approx Jelly Bean. HEX triplet: 4B, 75 and 90. RGB value is (75,117,144). Sum of RGB (Red+Green+Blue) = 75+117+144=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7590 is #B48A6F. Grayscale: #6B6B6B. Windows color (decimal): -11831920 or 9467211. OLE color: 9467211.

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

Color convert

RGB75117144-
CMYK0.480.1900.44
HSL203.48º31.51%42.94%-
HSV(B)203.48º47.92%56.47%-
XYZ14.316.2328.77-
YUV107.52148.59104.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=22.32%
G=34.82%
B=42.86%

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
Decimal751171440.480.1900.44203.4831.5142.94
Hex4B7590301302Ccb202b
Octal11316522060230543134053
Binary100101111101011001000011000010011010110011001011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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