#42758D

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

Shades of Jelly Bean #42758D

Tints of Jelly Bean #42758D

Color information

#42758D (or 0x42758D) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 8D. RGB value is (66,117,141). Sum of RGB (Red+Green+Blue) = 66+117+141=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #42758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42758D is #BD8A72. Grayscale: #686868. Windows color (decimal): -12421747 or 9270594. OLE color: 9270594.

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

Color convert

RGB66117141-
CMYK0.530.1700.45
HSL199.2º36.23%40.59%-
HSV(B)199.2º53.19%55.29%-
XYZ13.4215.827.54-
YUV104.49148.6100.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=20.37%
G=36.11%
B=43.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661171410.530.1700.45199.236.2340.59
Hex42758D351102Dc72429
Octal10216521565210553074451
Binary100001011101011000110111010110001010110111000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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