#43768D

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

Shades of Jelly Bean #43768D

Tints of Jelly Bean #43768D

Color information

#43768D (or 0x43768D) is unknown color: approx Jelly Bean. HEX triplet: 43, 76 and 8D. RGB value is (67,118,141). Sum of RGB (Red+Green+Blue) = 67+118+141=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #43768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43768D is #BC8972. Grayscale: #696969. Windows color (decimal): -12355955 or 9270851. OLE color: 9270851.

HSL color Cylindrical-coordinate representation of color #43768D: hue angle of 198.65º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43768D is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67118141-
CMYK0.520.1600.45
HSL198.65º35.58%40.78%-
HSV(B)198.65º52.48%55.29%-
XYZ13.616.0727.58-
YUV105.37148.1100.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=20.55%
G=36.20%
B=43.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671181410.520.1600.45198.6535.5840.78
Hex43768D341002Dc72429
Octal10316621564200553074451
Binary100001111101101000110111010010000010110111000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43768D; }

 p { color: rgb(67,118,141); }

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

<style>
 a { background-color: #43768D; }

 a { background-color: rgb(67,118,141); }

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

<style>
 span { border-color: #43768D; }

 span { border-color: rgb(67,118,141); }

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