#427C90

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

Shades of Jelly Bean #427C90

Tints of Jelly Bean #427C90

Color information

#427C90 (or 0x427C90) is unknown color: approx Jelly Bean. HEX triplet: 42, 7C and 90. RGB value is (66,124,144). Sum of RGB (Red+Green+Blue) = 66+124+144=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #427C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C90 is #BD836F. Grayscale: #6C6C6C. Windows color (decimal): -12419952 or 9468994. OLE color: 9468994.

HSL color Cylindrical-coordinate representation of color #427C90: hue angle of 195.38º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427C90 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66124144-
CMYK0.540.1400.44
HSL195.38º37.14%41.18%-
HSV(B)195.38º54.17%56.47%-
XYZ14.4917.5929.02-
YUV108.94147.7897.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=19.76%
G=37.13%
B=43.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661241440.540.1400.44195.3837.1441.18
Hex427C9036E02Cc32529
Octal10217422066160543034551
Binary10000101111100100100001101101110010110011000011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427C90; }

 p { color: rgb(66,124,144); }

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

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

 a { background-color: rgb(66,124,144); }

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

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

 span { border-color: rgb(66,124,144); }

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