#427599

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

Shades of Jelly Bean #427599

Tints of Jelly Bean #427599

Color information

#427599 (or 0x427599) is unknown color: approx Jelly Bean. HEX triplet: 42, 75 and 99. RGB value is (66,117,153). Sum of RGB (Red+Green+Blue) = 66+117+153=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #427599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427599 is #BD8A66. Grayscale: #696969. Windows color (decimal): -12421735 or 10057026. OLE color: 10057026.

HSL color Cylindrical-coordinate representation of color #427599: hue angle of 204.83º 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 #427599 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66117153-
CMYK0.570.2400.4
HSL204.83º39.73%42.94%-
HSV(B)204.83º56.86%60%-
XYZ14.3616.1832.5-
YUV105.85154.699.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=19.64%
G=34.82%
B=45.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661171530.570.2400.4204.8339.7342.94
Hex4275993918028cd282b
Octal10216523171300503155053
Binary100001011101011001100111100111000010100011001101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427599; }

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

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

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

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

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

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

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

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