#427C92

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

Shades of Jelly Bean #427C92

Tints of Jelly Bean #427C92

Color information

#427C92 (or 0x427C92) is unknown color: approx Jelly Bean. HEX triplet: 42, 7C and 92. RGB value is (66,124,146). Sum of RGB (Red+Green+Blue) = 66+124+146=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #427C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C92 is #BD836D. Grayscale: #6D6D6D. Windows color (decimal): -12419950 or 9600066. OLE color: 9600066.

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

Color convert

RGB66124146-
CMYK0.550.1500.43
HSL196.5º37.74%41.57%-
HSV(B)196.5º54.79%57.25%-
XYZ14.6417.6529.83-
YUV109.17148.7897.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=19.64%
G=36.90%
B=43.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661241460.550.1500.43196.537.7441.57
Hex427C9237F02Bc4262a
Octal10217422267170533044652
Binary10000101111100100100101101111111010101111000100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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