#42788E

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

Shades of Jelly Bean #42788E

Tints of Jelly Bean #42788E

Color information

#42788E (or 0x42788E) is unknown color: approx Jelly Bean. HEX triplet: 42, 78 and 8E. RGB value is (66,120,142). Sum of RGB (Red+Green+Blue) = 66+120+142=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #42788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42788E is #BD8771. Grayscale: #6A6A6A. Windows color (decimal): -12420978 or 9336898. OLE color: 9336898.

HSL color Cylindrical-coordinate representation of color #42788E: hue angle of 197.37º 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 #42788E is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66120142-
CMYK0.540.1500.44
HSL197.37º36.54%40.78%-
HSV(B)197.37º53.52%55.69%-
XYZ13.8516.5428.05-
YUV106.36148.1199.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=20.12%
G=36.59%
B=43.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661201420.540.1500.44197.3736.5440.78
Hex42788E36F02Cc52529
Octal10217021666170543054551
Binary10000101111000100011101101101111010110011000101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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