#42738E

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

Shades of Jelly Bean #42738E

Tints of Jelly Bean #42738E

Color information

#42738E (or 0x42738E) is unknown color: approx Jelly Bean. HEX triplet: 42, 73 and 8E. RGB value is (66,115,142). Sum of RGB (Red+Green+Blue) = 66+115+142=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #42738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42738E is #BD8C71. Grayscale: #676767. Windows color (decimal): -12422258 or 9335618. OLE color: 9335618.

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

Color convert

RGB66115142-
CMYK0.540.1900.44
HSL201.32º36.54%40.78%-
HSV(B)201.32º53.52%55.69%-
XYZ13.2615.3727.86-
YUV103.43149.77101.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=20.43%
G=35.60%
B=43.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661151420.540.1900.44201.3236.5440.78
Hex42738E361302Cc92529
Octal10216321666230543114551
Binary100001011100111000111011011010011010110011001001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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