#427784

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

Shades of Jelly Bean #427784

Tints of Jelly Bean #427784

Color information

#427784 (or 0x427784) is unknown color: approx Jelly Bean. HEX triplet: 42, 77 and 84. RGB value is (66,119,132). Sum of RGB (Red+Green+Blue) = 66+119+132=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #427784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427784 is #BD887B. Grayscale: #686868. Windows color (decimal): -12421244 or 8681282. OLE color: 8681282.

HSL color Cylindrical-coordinate representation of color #427784: hue angle of 191.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427784 is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66119132-
CMYK0.50.1000.48
HSL191.82º33.33%38.82%-
HSV(B)191.82º50%51.76%-
XYZ13.0116.0224.24-
YUV104.64143.44100.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=20.82%
G=37.54%
B=41.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661191320.50.1000.48191.8233.3338.82
Hex42778432A030c02127
Octal10216720462120603004147
Binary10000101110111100001001100101010011000011000000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427784; }

 p { color: rgb(66,119,132); }

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

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

 a { background-color: rgb(66,119,132); }

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

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

 span { border-color: rgb(66,119,132); }

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