#427796

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

Shades of Jelly Bean #427796

Tints of Jelly Bean #427796

Color information

#427796 (or 0x427796) is unknown color: approx Jelly Bean. HEX triplet: 42, 77 and 96. RGB value is (66,119,150). Sum of RGB (Red+Green+Blue) = 66+119+150=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #427796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427796 is #BD8869. Grayscale: #6A6A6A. Windows color (decimal): -12421226 or 9860930. OLE color: 9860930.

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

Color convert

RGB66119150-
CMYK0.560.2100.41
HSL202.14º38.89%42.35%-
HSV(B)202.14º56%58.82%-
XYZ14.3516.5531.29-
YUV106.69152.4498.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=19.70%
G=35.52%
B=44.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661191500.560.2100.41202.1438.8942.35
Hex4277963815029ca272a
Octal10216722670250513124752
Binary100001011101111001011011100010101010100111001010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427796; }

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

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

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

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

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

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

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

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