#427196

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

Shades of Jelly Bean #427196

Tints of Jelly Bean #427196

Color information

#427196 (or 0x427196) is unknown color: approx Jelly Bean. HEX triplet: 42, 71 and 96. RGB value is (66,113,150). Sum of RGB (Red+Green+Blue) = 66+113+150=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #427196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427196 is #BD8E69. Grayscale: #666666. Windows color (decimal): -12422762 or 9859394. OLE color: 9859394.

HSL color Cylindrical-coordinate representation of color #427196: hue angle of 206.43º 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 #427196 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66113150-
CMYK0.560.2500.41
HSL206.43º38.89%42.35%-
HSV(B)206.43º56%58.82%-
XYZ13.6615.1731.06-
YUV103.16154.43101.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=20.06%
G=34.35%
B=45.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661131500.560.2500.41206.4338.8942.35
Hex4271963819029ce272a
Octal10216122670310513164752
Binary100001011100011001011011100011001010100111001110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427196; }

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

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

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

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

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

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

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

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