#427292

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

Shades of Jelly Bean #427292

Tints of Jelly Bean #427292

Color information

#427292 (or 0x427292) is unknown color: approx Jelly Bean. HEX triplet: 42, 72 and 92. RGB value is (66,114,146). Sum of RGB (Red+Green+Blue) = 66+114+146=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #427292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427292 is #BD8D6D. Grayscale: #676767. Windows color (decimal): -12422510 or 9597506. OLE color: 9597506.

HSL color Cylindrical-coordinate representation of color #427292: hue angle of 204º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427292 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66114146-
CMYK0.550.2200.43
HSL204º37.74%41.57%-
HSV(B)204º54.79%57.25%-
XYZ13.4515.2729.43-
YUV103.3152.1101.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=20.25%
G=34.97%
B=44.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661141460.550.2200.4320437.7441.57
Hex427292371602Bcc262a
Octal10216222267260533144652
Binary100001011100101001001011011110110010101111001100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427292; }

 p { color: rgb(66,114,146); }

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

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

 a { background-color: rgb(66,114,146); }

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

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

 span { border-color: rgb(66,114,146); }

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