#42818E

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

Shades of Jelly Bean #42818E

Tints of Jelly Bean #42818E

Color information

#42818E (or 0x42818E) is unknown color: approx Jelly Bean. HEX triplet: 42, 81 and 8E. RGB value is (66,129,142). Sum of RGB (Red+Green+Blue) = 66+129+142=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #42818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42818E is #BD7E71. Grayscale: #6F6F6F. Windows color (decimal): -12418674 or 9339202. OLE color: 9339202.

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

Color convert

RGB66129142-
CMYK0.540.0900.44
HSL190.26º36.54%40.78%-
HSV(B)190.26º53.52%55.69%-
XYZ14.9818.8128.43-
YUV111.64145.1395.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=19.58%
G=38.28%
B=42.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661291420.540.0900.44190.2636.5440.78
Hex42818E36902Cbe2529
Octal10220121666110542764551
Binary100001010000001100011101101101001010110010111110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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