#427E92

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

Shades of Jelly Bean #427E92

Tints of Jelly Bean #427E92

Color information

#427E92 (or 0x427E92) is unknown color: approx Jelly Bean. HEX triplet: 42, 7E and 92. RGB value is (66,126,146). Sum of RGB (Red+Green+Blue) = 66+126+146=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #427E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E92 is #BD816D. Grayscale: #6E6E6E. Windows color (decimal): -12419438 or 9600578. OLE color: 9600578.

HSL color Cylindrical-coordinate representation of color #427E92: hue angle of 195º 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 #427E92 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66126146-
CMYK0.550.1400.43
HSL195º37.74%41.57%-
HSV(B)195º54.79%57.25%-
XYZ14.918.1629.91-
YUV110.34148.1296.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=19.53%
G=37.28%
B=43.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661261460.550.1400.4319537.7441.57
Hex427E9237E02Bc3262a
Octal10217622267160533034652
Binary10000101111110100100101101111110010101111000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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