#42778D

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

Shades of Jelly Bean #42778D

Tints of Jelly Bean #42778D

Color information

#42778D (or 0x42778D) is unknown color: approx Jelly Bean. HEX triplet: 42, 77 and 8D. RGB value is (66,119,141). Sum of RGB (Red+Green+Blue) = 66+119+141=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 119 (46.88% from 255 or 36.50% 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 #42778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42778D is #BD8872. Grayscale: #696969. Windows color (decimal): -12421235 or 9271106. OLE color: 9271106.

HSL color Cylindrical-coordinate representation of color #42778D: hue angle of 197.6º 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 #42778D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66119141-
CMYK0.530.1600.45
HSL197.6º36.23%40.59%-
HSV(B)197.6º53.19%55.29%-
XYZ13.6516.2727.62-
YUV105.66147.9499.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=20.25%
G=36.50%
B=43.25%

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
Decimal661191410.530.1600.45197.636.2340.59
Hex42778D351002Dc62429
Octal10216721565200553064451
Binary100001011101111000110111010110000010110111000110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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