#4B7795

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

Shades of Jelly Bean #4B7795

Tints of Jelly Bean #4B7795

Color information

#4B7795 (or 0x4B7795) is unknown color: approx Jelly Bean. HEX triplet: 4B, 77 and 95. RGB value is (75,119,149). Sum of RGB (Red+Green+Blue) = 75+119+149=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B7795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7795 is #B4886A. Grayscale: #6D6D6D. Windows color (decimal): -11831403 or 9795403. OLE color: 9795403.

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

Color convert

RGB75119149-
CMYK0.500.2000.42
HSL204.32º33.04%43.92%-
HSV(B)204.32º49.66%58.43%-
XYZ14.9216.8630.9-
YUV109.26150.42103.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=21.87%
G=34.69%
B=43.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751191490.500.2000.42204.3233.0443.92
Hex4B7795321402Acc212c
Octal11316722562240523144154
Binary100101111101111001010111001010100010101011001100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,149); }

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

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

 a { background-color: rgb(75,119,149); }

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

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

 span { border-color: rgb(75,119,149); }

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