#4A7685

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

Shades of Jelly Bean #4A7685

Tints of Jelly Bean #4A7685

Color information

#4A7685 (or 0x4A7685) is unknown color: approx Jelly Bean. HEX triplet: 4A, 76 and 85. RGB value is (74,118,133). Sum of RGB (Red+Green+Blue) = 74+118+133=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A7685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7685 is #B5897A. Grayscale: #6A6A6A. Windows color (decimal): -11897211 or 8746570. OLE color: 8746570.

HSL color Cylindrical-coordinate representation of color #4A7685: hue angle of 195.25º degrees, saturation: 0.29, 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 #4A7685 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB74118133-
CMYK0.440.1100.48
HSL195.25º28.5%40.59%-
HSV(B)195.25º44.36%52.16%-
XYZ13.5416.1124.59-
YUV106.55142.92104.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=22.77%
G=36.31%
B=40.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741181330.440.1100.48195.2528.540.59
Hex4A76852CB030c31d29
Octal11216620554130603033551
Binary1001010111011010000101101100101101100001100001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,118,133); }

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

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

 a { background-color: rgb(74,118,133); }

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

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

 span { border-color: rgb(74,118,133); }

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