#42808E

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

Shades of Jelly Bean #42808E

Tints of Jelly Bean #42808E

Color information

#42808E (or 0x42808E) is unknown color: approx Jelly Bean. HEX triplet: 42, 80 and 8E. RGB value is (66,128,142). Sum of RGB (Red+Green+Blue) = 66+128+142=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #42808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42808E is #BD7F71. Grayscale: #6E6E6E. Windows color (decimal): -12418930 or 9338946. OLE color: 9338946.

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

Color convert

RGB66128142-
CMYK0.540.1000.44
HSL191.05º36.54%40.78%-
HSV(B)191.05º53.52%55.69%-
XYZ14.8518.5528.39-
YUV111.06145.4695.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=19.64%
G=38.10%
B=42.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661281420.540.1000.44191.0536.5440.78
Hex42808E36A02Cbf2529
Octal10220021666120542774551
Binary100001010000000100011101101101010010110010111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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