#42778E

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

Shades of Jelly Bean #42778E

Tints of Jelly Bean #42778E

Color information

#42778E (or 0x42778E) is unknown color: approx Jelly Bean. HEX triplet: 42, 77 and 8E. RGB value is (66,119,142). Sum of RGB (Red+Green+Blue) = 66+119+142=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #42778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42778E is #BD8871. Grayscale: #696969. Windows color (decimal): -12421234 or 9336642. OLE color: 9336642.

HSL color Cylindrical-coordinate representation of color #42778E: hue angle of 198.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42778E is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66119142-
CMYK0.540.1600.44
HSL198.16º36.54%40.78%-
HSV(B)198.16º53.52%55.69%-
XYZ13.7316.328.01-
YUV105.78148.4499.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=20.18%
G=36.39%
B=43.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661191420.540.1600.44198.1636.5440.78
Hex42778E361002Cc62529
Octal10216721666200543064551
Binary100001011101111000111011011010000010110011000110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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