#427496

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

Shades of Jelly Bean #427496

Tints of Jelly Bean #427496

Color information

#427496 (or 0x427496) is unknown color: approx Jelly Bean. HEX triplet: 42, 74 and 96. RGB value is (66,116,150). Sum of RGB (Red+Green+Blue) = 66+116+150=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #427496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427496 is #BD8B69. Grayscale: #686868. Windows color (decimal): -12421994 or 9860162. OLE color: 9860162.

HSL color Cylindrical-coordinate representation of color #427496: hue angle of 204.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427496 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66116150-
CMYK0.560.2300.41
HSL204.29º38.89%42.35%-
HSV(B)204.29º56%58.82%-
XYZ1415.8531.18-
YUV104.93153.44100.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=19.88%
G=34.94%
B=45.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661161500.560.2300.41204.2938.8942.35
Hex4274963817029cc272a
Octal10216422670270513144752
Binary100001011101001001011011100010111010100111001100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427496; }

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

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

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

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

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

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

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

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