#42789E

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

Shades of Jelly Bean #42789E

Tints of Jelly Bean #42789E

Color information

#42789E (or 0x42789E) is unknown color: approx Jelly Bean. HEX triplet: 42, 78 and 9E. RGB value is (66,120,158). Sum of RGB (Red+Green+Blue) = 66+120+158=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #42789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42789E is #BD8761. Grayscale: #6B6B6B. Windows color (decimal): -12420962 or 10385474. OLE color: 10385474.

HSL color Cylindrical-coordinate representation of color #42789E: hue angle of 204.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42789E is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66120158-
CMYK0.580.2400.38
HSL204.78º41.07%43.92%-
HSV(B)204.78º58.23%61.96%-
XYZ15.1317.0634.84-
YUV108.19156.1197.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=19.19%
G=34.88%
B=45.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661201580.580.2400.38204.7841.0743.92
Hex42789E3A18026cd292c
Octal10217023672300463155154
Binary100001011110001001111011101011000010011011001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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