#42758B

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

Shades of Jelly Bean #42758B

Tints of Jelly Bean #42758B

Color information

#42758B (or 0x42758B) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 8B. RGB value is (66,117,139). Sum of RGB (Red+Green+Blue) = 66+117+139=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #42758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42758B is #BD8A74. Grayscale: #686868. Windows color (decimal): -12421749 or 9139522. OLE color: 9139522.

HSL color Cylindrical-coordinate representation of color #42758B: hue angle of 198.08º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42758B is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66117139-
CMYK0.530.1600.45
HSL198.08º35.61%40.2%-
HSV(B)198.08º52.52%54.51%-
XYZ13.2715.7426.77-
YUV104.26147.6100.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=20.50%
G=36.34%
B=43.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661171390.530.1600.45198.0835.6140.2
Hex42758B351002Dc62428
Octal10216521365200553064450
Binary100001011101011000101111010110000010110111000110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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