#427399

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

Shades of Jelly Bean #427399

Tints of Jelly Bean #427399

Color information

#427399 (or 0x427399) is unknown color: approx Jelly Bean. HEX triplet: 42, 73 and 99. RGB value is (66,115,153). Sum of RGB (Red+Green+Blue) = 66+115+153=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #427399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427399 is #BD8C66. Grayscale: #686868. Windows color (decimal): -12422247 or 10056514. OLE color: 10056514.

HSL color Cylindrical-coordinate representation of color #427399: hue angle of 206.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427399 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66115153-
CMYK0.570.2500.4
HSL206.21º39.73%42.94%-
HSV(B)206.21º56.86%60%-
XYZ14.1315.7232.43-
YUV104.68155.27100.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=19.76%
G=34.43%
B=45.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661151530.570.2500.4206.2139.7342.94
Hex4273993919028ce282b
Octal10216323171310503165053
Binary100001011100111001100111100111001010100011001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427399; }

 p { color: rgb(66,115,153); }

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

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

 a { background-color: rgb(66,115,153); }

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

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

 span { border-color: rgb(66,115,153); }

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