#427F92

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

Shades of Jelly Bean #427F92

Tints of Jelly Bean #427F92

Color information

#427F92 (or 0x427F92) is unknown color: approx Jelly Bean. HEX triplet: 42, 7F and 92. RGB value is (66,127,146). Sum of RGB (Red+Green+Blue) = 66+127+146=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #427F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F92 is #BD806D. Grayscale: #6E6E6E. Windows color (decimal): -12419182 or 9600834. OLE color: 9600834.

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

Color convert

RGB66127146-
CMYK0.550.1300.43
HSL194.25º37.74%41.57%-
HSV(B)194.25º54.79%57.25%-
XYZ15.0218.4129.96-
YUV110.93147.7995.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=19.47%
G=37.46%
B=43.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661271460.550.1300.43194.2537.7441.57
Hex427F9237D02Bc2262a
Octal10217722267150533024652
Binary10000101111111100100101101111101010101111000010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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