#4B7287

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

Shades of Jelly Bean #4B7287

Tints of Jelly Bean #4B7287

Color information

#4B7287 (or 0x4B7287) is unknown color: approx Jelly Bean. HEX triplet: 4B, 72 and 87. RGB value is (75,114,135). Sum of RGB (Red+Green+Blue) = 75+114+135=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B7287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7287 is #B48D78. Grayscale: #686868. Windows color (decimal): -11832697 or 8876619. OLE color: 8876619.

HSL color Cylindrical-coordinate representation of color #4B7287: hue angle of 201º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B7287 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB75114135-
CMYK0.440.1600.47
HSL201º28.57%41.18%-
HSV(B)201º44.44%52.94%-
XYZ13.2915.2825.17-
YUV104.73145.08106.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=23.15%
G=35.19%
B=41.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751141350.440.1600.4720128.5741.18
Hex4B72872C1002Fc91d29
Octal11316220754200573113551
Binary10010111110010100001111011001000001011111100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,135); }

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

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

 a { background-color: rgb(75,114,135); }

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

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

 span { border-color: rgb(75,114,135); }

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