#427193

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

Shades of Jelly Bean #427193

Tints of Jelly Bean #427193

Color information

#427193 (or 0x427193) is unknown color: approx Jelly Bean. HEX triplet: 42, 71 and 93. RGB value is (66,113,147). Sum of RGB (Red+Green+Blue) = 66+113+147=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #427193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427193 is #BD8E6C. Grayscale: #666666. Windows color (decimal): -12422765 or 9662786. OLE color: 9662786.

HSL color Cylindrical-coordinate representation of color #427193: hue angle of 205.19º 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 #427193 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66113147-
CMYK0.550.2300.42
HSL205.19º38.03%41.76%-
HSV(B)205.19º55.1%57.65%-
XYZ13.4215.0829.81-
YUV102.82152.93101.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=20.25%
G=34.66%
B=45.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661131470.550.2300.42205.1938.0341.76
Hex427193371702Acd262a
Octal10216122367270523154652
Binary100001011100011001001111011110111010101011001101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427193; }

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

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

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

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

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

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

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

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