#4B7885

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

Shades of Jelly Bean #4B7885

Tints of Jelly Bean #4B7885

Color information

#4B7885 (or 0x4B7885) is unknown color: approx Jelly Bean. HEX triplet: 4B, 78 and 85. RGB value is (75,120,133). Sum of RGB (Red+Green+Blue) = 75+120+133=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B7885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7885 is #B4877A. Grayscale: #6B6B6B. Windows color (decimal): -11831163 or 8747083. OLE color: 8747083.

HSL color Cylindrical-coordinate representation of color #4B7885: hue angle of 193.45º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B7885 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75120133-
CMYK0.440.1000.48
HSL193.45º27.88%40.78%-
HSV(B)193.45º43.61%52.16%-
XYZ13.8516.6224.67-
YUV108.03142.09104.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.87%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=22.87%
G=36.59%
B=40.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751201330.440.1000.48193.4527.8840.78
Hex4B78852CA030c11c29
Octal11317020554120603013451
Binary1001011111100010000101101100101001100001100000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,133); }

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

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

 a { background-color: rgb(75,120,133); }

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

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

 span { border-color: rgb(75,120,133); }

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