#4A768F

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

Shades of Jelly Bean #4A768F

Tints of Jelly Bean #4A768F

Color information

#4A768F (or 0x4A768F) is unknown color: approx Jelly Bean. HEX triplet: 4A, 76 and 8F. RGB value is (74,118,143). Sum of RGB (Red+Green+Blue) = 74+118+143=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A768F is #B58970. Grayscale: #6B6B6B. Windows color (decimal): -11897201 or 9401930. OLE color: 9401930.

HSL color Cylindrical-coordinate representation of color #4A768F: hue angle of 201.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A768F is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB74118143-
CMYK0.480.1700.44
HSL201.74º31.8%42.55%-
HSV(B)201.74º48.25%56.08%-
XYZ14.2616.428.4-
YUV107.69147.92103.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=22.09%
G=35.22%
B=42.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741181430.480.1700.44201.7431.842.55
Hex4A768F301102Cca202b
Octal11216621760210543124053
Binary100101011101101000111111000010001010110011001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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