#427499

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

Shades of Jelly Bean #427499

Tints of Jelly Bean #427499

Color information

#427499 (or 0x427499) is unknown color: approx Jelly Bean. HEX triplet: 42, 74 and 99. RGB value is (66,116,153). Sum of RGB (Red+Green+Blue) = 66+116+153=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #427499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427499 is #BD8B66. Grayscale: #696969. Windows color (decimal): -12421991 or 10056770. OLE color: 10056770.

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

Color convert

RGB66116153-
CMYK0.570.2400.4
HSL205.52º39.73%42.94%-
HSV(B)205.52º56.86%60%-
XYZ14.2415.9532.46-
YUV105.27154.9499.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=19.70%
G=34.63%
B=45.67%

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
Decimal661161530.570.2400.4205.5239.7342.94
Hex4274993918028ce282b
Octal10216423171300503165053
Binary100001011101001001100111100111000010100011001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427499; }

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

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

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

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

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

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

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

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