#427194

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

Shades of Jelly Bean #427194

Tints of Jelly Bean #427194

Color information

#427194 (or 0x427194) is unknown color: approx Jelly Bean. HEX triplet: 42, 71 and 94. RGB value is (66,113,148). Sum of RGB (Red+Green+Blue) = 66+113+148=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #427194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427194 is #BD8E6B. Grayscale: #666666. Windows color (decimal): -12422764 or 9728322. OLE color: 9728322.

HSL color Cylindrical-coordinate representation of color #427194: hue angle of 205.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427194 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66113148-
CMYK0.550.2400.42
HSL205.61º38.32%41.96%-
HSV(B)205.61º55.41%58.04%-
XYZ13.515.1130.22-
YUV102.94153.43101.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=20.18%
G=34.56%
B=45.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661131480.550.2400.42205.6138.3241.96
Hex427194371802Ace262a
Octal10216122467300523164652
Binary100001011100011001010011011111000010101011001110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427194; }

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

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

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

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

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

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

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

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