#427896

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

Shades of Jelly Bean #427896

Tints of Jelly Bean #427896

Color information

#427896 (or 0x427896) is unknown color: approx Jelly Bean. HEX triplet: 42, 78 and 96. RGB value is (66,120,150). Sum of RGB (Red+Green+Blue) = 66+120+150=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #427896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427896 is #BD8769. Grayscale: #6B6B6B. Windows color (decimal): -12420970 or 9861186. OLE color: 9861186.

HSL color Cylindrical-coordinate representation of color #427896: hue angle of 201.43º 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 #427896 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66120150-
CMYK0.560.2000.41
HSL201.43º38.89%42.35%-
HSV(B)201.43º56%58.82%-
XYZ14.4716.7931.33-
YUV107.27152.1198.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=19.64%
G=35.71%
B=44.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661201500.560.2000.41201.4338.8942.35
Hex4278963814029c9272a
Octal10217022670240513114752
Binary100001011110001001011011100010100010100111001001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427896; }

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

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

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

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

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

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

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

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