#42768D

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

Shades of Jelly Bean #42768D

Tints of Jelly Bean #42768D

Color information

#42768D (or 0x42768D) is unknown color: approx Jelly Bean. HEX triplet: 42, 76 and 8D. RGB value is (66,118,141). Sum of RGB (Red+Green+Blue) = 66+118+141=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #42768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42768D is #BD8972. Grayscale: #686868. Windows color (decimal): -12421491 or 9270850. OLE color: 9270850.

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

Color convert

RGB66118141-
CMYK0.530.1600.45
HSL198.4º36.23%40.59%-
HSV(B)198.4º53.19%55.29%-
XYZ13.5316.0427.58-
YUV105.07148.27100.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=20.31%
G=36.31%
B=43.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661181410.530.1600.45198.436.2340.59
Hex42768D351002Dc62429
Octal10216621565200553064451
Binary100001011101101000110111010110000010110111000110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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