#4B758C

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

Shades of Jelly Bean #4B758C

Tints of Jelly Bean #4B758C

Color information

#4B758C (or 0x4B758C) is unknown color: approx Jelly Bean. HEX triplet: 4B, 75 and 8C. RGB value is (75,117,140). Sum of RGB (Red+Green+Blue) = 75+117+140=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B758C is #B48A73. Grayscale: #6A6A6A. Windows color (decimal): -11831924 or 9205067. OLE color: 9205067.

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

Color convert

RGB75117140-
CMYK0.460.1600.45
HSL201.23º30.23%42.16%-
HSV(B)201.23º46.43%54.9%-
XYZ1416.1127.18-
YUV107.06146.59105.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=22.59%
G=35.24%
B=42.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751171400.460.1600.45201.2330.2342.16
Hex4B758C2E1002Dc91e2a
Octal11316521456200553113652
Binary10010111110101100011001011101000001011011100100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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