#4B7C94

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

Shades of Jelly Bean #4B7C94

Tints of Jelly Bean #4B7C94

Color information

#4B7C94 (or 0x4B7C94) is unknown color: approx Jelly Bean. HEX triplet: 4B, 7C and 94. RGB value is (75,124,148). Sum of RGB (Red+Green+Blue) = 75+124+148=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B7C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7C94 is #B4836B. Grayscale: #6F6F6F. Windows color (decimal): -11830124 or 9731147. OLE color: 9731147.

HSL color Cylindrical-coordinate representation of color #4B7C94: hue angle of 199.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B7C94 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB75124148-
CMYK0.490.1600.42
HSL199.73º32.74%43.73%-
HSV(B)199.73º49.32%58.04%-
XYZ15.4518.0530.69-
YUV112.08148.27101.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=21.61%
G=35.73%
B=42.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751241480.490.1600.42199.7332.7443.73
Hex4B7C94311002Ac8212c
Octal11317422461200523104154
Binary100101111111001001010011000110000010101011001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,148); }

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

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

 a { background-color: rgb(75,124,148); }

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

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

 span { border-color: rgb(75,124,148); }

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