#427596

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

Shades of Jelly Bean #427596

Tints of Jelly Bean #427596

Color information

#427596 (or 0x427596) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 96. RGB value is (66,117,150). Sum of RGB (Red+Green+Blue) = 66+117+150=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #427596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427596 is #BD8A69. Grayscale: #696969. Windows color (decimal): -12421738 or 9860418. OLE color: 9860418.

HSL color Cylindrical-coordinate representation of color #427596: hue angle of 203.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427596 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66117150-
CMYK0.560.2200.41
HSL203.57º38.89%42.35%-
HSV(B)203.57º56%58.82%-
XYZ14.1116.0831.21-
YUV105.51153.199.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=19.82%
G=35.14%
B=45.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661171500.560.2200.41203.5738.8942.35
Hex4275963816029cc272a
Octal10216522670260513144752
Binary100001011101011001011011100010110010100111001100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427596; }

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

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

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

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

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

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

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

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