#427F94

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

Shades of Jelly Bean #427F94

Tints of Jelly Bean #427F94

Color information

#427F94 (or 0x427F94) is unknown color: approx Jelly Bean. HEX triplet: 42, 7F and 94. RGB value is (66,127,148). Sum of RGB (Red+Green+Blue) = 66+127+148=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #427F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F94 is #BD806B. Grayscale: #6F6F6F. Windows color (decimal): -12419180 or 9731906. OLE color: 9731906.

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

Color convert

RGB66127148-
CMYK0.550.1400.42
HSL195.37º38.32%41.96%-
HSV(B)195.37º55.41%58.04%-
XYZ15.1818.4830.78-
YUV111.15148.7995.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=19.35%
G=37.24%
B=43.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661271480.550.1400.42195.3738.3241.96
Hex427F9437E02Ac3262a
Octal10217722467160523034652
Binary10000101111111100101001101111110010101011000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,127,148); }

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

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

 a { background-color: rgb(66,127,148); }

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

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

 span { border-color: rgb(66,127,148); }

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